#include <wbxml_tree.h>
Collaboration diagram for WBXMLTreeNode_s:
Public Attributes | |
WBXMLTreeNodeType | type |
WBXMLTag * | name |
WBXMLTreeAttribute * | attrs |
WBXMLBuffer * | content |
WBXMLTree_s * | tree |
WBXMLTreeNode_s * | parent |
WBXMLTreeNode_s * | children |
WBXMLTreeNode_s * | next |
WBXMLTreeNode_s * | prev |
Definition at line 77 of file wbxml_tree.h.
|
Node Attributes (if type is 'WBXML_TREE_ELEMENT_NODE') Definition at line 81 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_start_element(), wbxml_tree_clb_xml_start_element(), wbxml_tree_node_create(), and wbxml_tree_node_destroy(). |
|
Children Node Definition at line 86 of file wbxml_tree.h. Referenced by wbxml_tree_destroy(), and wbxml_tree_node_create(). |
|
Node Content (if type is 'WBXML_TREE_TEXT_NODE') Definition at line 82 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_characters(), wbxml_tree_clb_xml_characters(), wbxml_tree_node_create(), and wbxml_tree_node_destroy(). |
|
Node Name (if type is 'WBXML_TREE_ELEMENT_NODE') Definition at line 80 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_start_element(), wbxml_tree_clb_xml_start_element(), wbxml_tree_get_element_node_from_name(), wbxml_tree_node_create(), and wbxml_tree_node_destroy(). |
|
Next sibling Node Definition at line 87 of file wbxml_tree.h. Referenced by wbxml_tree_destroy(), wbxml_tree_get_element_node_from_name(), and wbxml_tree_node_create(). |
|
Parent Node Definition at line 85 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_characters(), wbxml_tree_clb_wbxml_end_element(), wbxml_tree_clb_xml_characters(), wbxml_tree_clb_xml_end_element(), wbxml_tree_destroy(), and wbxml_tree_node_create(). |
|
Previous sibling Node Definition at line 88 of file wbxml_tree.h. Referenced by wbxml_tree_node_create(). |
|
Node Tree (if type is 'WBXML_TREE_TREE_NODE') Definition at line 83 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_characters(), wbxml_tree_clb_xml_end_element(), wbxml_tree_node_create(), and wbxml_tree_node_destroy(). |
|
Node Type Definition at line 79 of file wbxml_tree.h. Referenced by wbxml_tree_get_element_node_from_name(), and wbxml_tree_node_create(). |