wxXmlNode
wxXmlNode
Creation Parameters
- parent The parent node. Can be NULL
- type Node type
- wxXML_ELEMENT_NODE
- wxXML_ATTRIBUTE_NODE
- wxXML_TEXT_NODE
- wxXML_CDATA_SECTION_NODE
- wxXML_ENTITY_REF_NODE
- wxXML_ENTITY_NODE
- wxXML_PI_NODE
- wxXML_COMMENT_NODE
- wxXML_DOCUMENT_NODE
- wxXML_DOCUMENT_TYPE_NODE
- wxXML_DOCUMENT_FRAG_NODE
- wxXML_NOTATION_NODE
- wxXML_HTML_DOCUMENT_NODE
- name The name of the node. This is the string which appears between angular brackets
- content [=""] The content of the node. Only meaningful when type is wxXML_TEXT_NODE or wxXML_CDATA_SECTION_NODE
- properties [=0] If not NULL, this wxXmlProperty object and its eventual siblings are attached to the node.
- next [=0] If not NULL, this node and its eventual siblings are attached to the node
Functions/Procedures
- proc add_xml_node_child( atom node, atom child )
- proc add_xml_node_property( atom node, sequence name, sequence val )
- proc delete_wxXmlNode( object obj )
- func delete_xml_node_property( atom node, sequence name )
- func get_next_xml_node( atom node )
- func get_parent_xml_node( atom node )
- func get_xml_content( atom node )
- func get_xml_node_children( atom node )
- func get_xml_node_content( atom node )
- func get_xml_node_depth( atom node, atom grandparent )
- func get_xml_node_name( atom node )
- func get_xml_node_properties( atom node )
- func get_xml_node_prop_val( atom node, sequence prop_name, sequence default )
- func get_xml_node_type( atom node )
- func insert_xml_child( atom node, atom child, atom before_node )
- func is_xml_whitespace_only( atom node )
- func remove_xml_node_child( atom node, atom child )
- proc set_next_xml_node( atom node, atom next )
- proc set_parent_xml_mode( atom node, atom parent )
- proc set_xml_node_children( atom node, atom child )
- proc set_xml_node_content( atom node, sequence con )
- proc set_xml_node_name( atom node, sequence name )
- proc set_xml_node_properties( atom node, atom prop )
- proc set_xml_node_type( atom node, atom xml_type )
- func xml_node_has_prop( atom node, sequence prop_name )
Supertopics
Subtopics
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode
wxXmlNode
Category:
wxXmlNode