#include <wbxml_elt.h>
Collaboration diagram for WBXMLAttributeName_s:
Public Attributes | |
WBXMLValueType | type |
union { | |
const WBXMLAttrEntry * token | |
WBXMLBuffer * literal | |
} | u |
Definition at line 66 of file wbxml_elt.h.
|
Literal Attribute Name (MUST be dynamically allocated WBXMLBuffer) Definition at line 70 of file wbxml_elt.h. |
|
Token Attribute Name (MUST be const structure, ie from wbxml_tables.c) Definition at line 69 of file wbxml_elt.h. |
|
Attribute Name Type (Token or Literal) Definition at line 67 of file wbxml_elt.h. Referenced by wbxml_attribute_name_create(), wbxml_attribute_name_destroy(), wbxml_attribute_name_duplicate(), and wbxml_attribute_name_get_xml_name(). |
|