Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

WBXMLAttribute_s Struct Reference
[WBXML Element]

WBXML Attribute structure. More...

#include <wbxml_elt.h>

Collaboration diagram for WBXMLAttribute_s:

Collaboration graph
[legend]
List of all members.

Public Attributes

WBXMLAttributeNamename
WBXMLBuffervalue

Detailed Description

WBXML Attribute structure.

Note:
The 'value' part contain the FULL attribute value For example, with the attribute: url="http://127.0.0.1/" If the 'name' part is this:
Then, 'value' is still: "http://127.0.0.1/"

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.


Member Data Documentation

WBXMLAttributeName* WBXMLAttribute_s::name
 

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().

WBXMLBuffer* WBXMLAttribute_s::value
 

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().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 24 20:09:46 2003 for WBXML Library by doxygen1.3-rc1