Collaboration diagram for WBXMLParser_s:

Public Attributes | |
| void * | user_data |
| WBXMLContentHandler * | content_hdl |
| WBXMLBuffer * | wbxml |
| WBXMLBuffer * | strstbl |
| const WBXMLLangEntry * | langTable |
| const WBXMLLangEntry * | mainTable |
| const WBXMLTagEntry * | current_tag |
| WBXMLLanguage | lang_forced |
| unsigned int | public_id |
| int | public_id_index |
| int | charset |
| unsigned int | pos |
| WBXMLVersion | version |
| unsigned char | tagCodePage |
| unsigned char | attrCodePage |
Definition at line 79 of file wbxml_parser.c.
|
|
Current Attribute Code Page Definition at line 95 of file wbxml_parser.c. Referenced by wbxml_parser_create(). |
|
|
Charset specified in WBXML document Definition at line 91 of file wbxml_parser.c. Referenced by wbxml_parser_create(), and wbxml_parser_parse(). |
|
|
Content Handlers Callbacks Definition at line 81 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_parse(), and wbxml_parser_set_content_handler(). |
|
|
Current Tag Definition at line 86 of file wbxml_parser.c. Referenced by wbxml_parser_create(). |
|
|
Language forced by User Definition at line 88 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_parse(), and wbxml_parser_set_language(). |
|
|
Current document Language Table Definition at line 84 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_get_wbxml_public_id(), wbxml_parser_get_xml_public_id(), and wbxml_parser_parse(). |
|
|
Main WBXML Languages Table Definition at line 85 of file wbxml_parser.c. Referenced by wbxml_parser_create(), and wbxml_parser_set_main_table(). |
|
|
Position of parsing curser in wbxml Definition at line 92 of file wbxml_parser.c. Referenced by wbxml_parser_create(), and wbxml_parser_get_current_byte_index(). |
|
|
Public ID specified in WBXML document Definition at line 89 of file wbxml_parser.c. Referenced by wbxml_parser_create(), and wbxml_parser_parse(). |
|
|
If Public ID is a String Table reference, this is the index defined in the strtbl Definition at line 90 of file wbxml_parser.c. Referenced by wbxml_parser_create(). |
|
|
String Table specified in WBXML document Definition at line 83 of file wbxml_parser.c. Referenced by wbxml_parser_create(), and wbxml_parser_destroy(). |
|
|
Current Tag Code Page Definition at line 94 of file wbxml_parser.c. Referenced by wbxml_parser_create(). |
|
|
User Data Definition at line 80 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_parse(), and wbxml_parser_set_user_data(). |
|
|
WBXML Version field specified in WBXML document Definition at line 93 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_get_wbxml_version(), and wbxml_parser_parse(). |
|
|
The wbxml we are parsing Definition at line 82 of file wbxml_parser.c. Referenced by wbxml_parser_create(), wbxml_parser_destroy(), and wbxml_parser_parse(). |
1.3-rc1