wxXmlProperty

wxXmlProperty

Creation Parameters
Represents a node property.

Example: in <img src="hello.gif" id="3"/>, "src" is property with value "hello.gif" and "id" is a property with value "3".

Functions/Procedures
Supertopics

wxXmlProperty

[func]
get_next_xml_prop
( atom prop )

Category: wxXmlProperty

Returns the sibling of this property or NULL if there are no siblings.


wxXmlProperty

[func]
get_xml_prop_name
( atom prop )

Category: wxXmlProperty

Returns the name of this property.


wxXmlProperty

[func]
get_xml_prop_value
( atom prop )

Category: wxXmlProperty

Returns the value of this property.


wxXmlProperty

[proc]
set_next_xml_prop
( atom prop, atom next )

Category: wxXmlProperty

Sets the sibling of this property.


wxXmlProperty

[proc]
set_xml_prop_name
( atom prop, sequence name )

Category: wxXmlProperty

Sets the name of this property.


wxXmlProperty

[proc]
set_xml_prop_value
( atom prop, sequence val )

Category: wxXmlProperty

Sets the value of this property.