#include <wbxml_tree.h>
Collaboration diagram for WBXMLTreeClbCtx_s:
Public Attributes | |
WBXMLTree * | tree |
WBXMLTreeNode * | current |
WBXMLError | error |
WB_ULONG | skip_lvl |
WB_LONG | skip_start |
WB_UTINY * | input_buff |
XML_Parser | xml_parser |
Definition at line 106 of file wbxml_tree.h.
|
Current Tree Node Definition at line 109 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_clb_xml_start_element(), wbxml_tree_from_wbxml(), and wbxml_tree_from_xml(). |
|
|
Pointer to Input Buffer Definition at line 114 of file wbxml_tree.h. Referenced by wbxml_tree_clb_xml_end_element(), and wbxml_tree_from_xml(). |
|
Used to skip a whole XML node (used for SyncML) Definition at line 112 of file wbxml_tree.h. Referenced by wbxml_tree_clb_xml_characters(), wbxml_tree_clb_xml_end_cdata(), wbxml_tree_clb_xml_end_element(), wbxml_tree_clb_xml_pi(), wbxml_tree_clb_xml_start_cdata(), wbxml_tree_clb_xml_start_element(), and wbxml_tree_from_xml(). |
|
Starting Skipping position in XML Document (used for SyncML) Definition at line 113 of file wbxml_tree.h. Referenced by wbxml_tree_clb_xml_end_element(), wbxml_tree_clb_xml_start_element(), and wbxml_tree_from_xml(). |
|
The WBXML Tree we are constructing Definition at line 108 of file wbxml_tree.h. Referenced by wbxml_tree_clb_wbxml_end_element(), wbxml_tree_clb_wbxml_start_document(), wbxml_tree_clb_xml_doctype_decl(), wbxml_tree_clb_xml_end_element(), wbxml_tree_clb_xml_start_element(), wbxml_tree_from_wbxml(), and wbxml_tree_from_xml(). |
|
Pointer to Expat XML Parser Definition at line 116 of file wbxml_tree.h. Referenced by wbxml_tree_clb_xml_end_element(), wbxml_tree_clb_xml_start_element(), and wbxml_tree_from_xml(). |