#include <wbxml_elt.h>
Collaboration diagram for WBXMLAttribute_s:
Public Attributes | |
WBXMLAttributeName * | name |
WBXMLBuffer * | value |
Of course (in this example) it should be better to have the wbxmlToken 0x4a ("url" / NULL). So you mustn't take into account the 'xmlValue' field for 'name' to get the Attribute Value of this Attribute.
Definition at line 90 of file wbxml_elt.h.
|
Attribute Name Definition at line 91 of file wbxml_elt.h. Referenced by wbxml_attribute_create(), wbxml_attribute_destroy(), wbxml_attribute_duplicate(), and wbxml_attribute_get_xml_name(). |
|
Full Attribute Value Definition at line 92 of file wbxml_elt.h. Referenced by wbxml_attribute_create(), wbxml_attribute_destroy(), wbxml_attribute_duplicate(), and wbxml_attribute_get_xml_value(). |