#include <wbxml_elt.h>
Collaboration diagram for WBXMLTag_s:
Public Attributes | |
WBXMLValueType | type |
union { | |
const WBXMLTagEntry * token | |
WBXMLBuffer * literal | |
} | u |
Definition at line 56 of file wbxml_elt.h.
|
Literal Tag (MUST be dynamically allocated WBXMLBuffer) Definition at line 60 of file wbxml_elt.h. |
|
Token Tag (MUST be const structure, ie from wbxml_tables.c) Definition at line 59 of file wbxml_elt.h. |
|
Tag Type (Token or Literal) Definition at line 57 of file wbxml_elt.h. Referenced by wbxml_tag_create(), wbxml_tag_destroy(), wbxml_tag_duplicate(), and wbxml_tag_get_xml_name(). |
|
Referenced by wbxml_tag_create(), wbxml_tag_create_literal(), wbxml_tag_create_token(), wbxml_tag_destroy(), wbxml_tag_duplicate(), and wbxml_tag_get_xml_name(). |