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

WBXMLAttributeName_s Struct Reference
[WBXML Element]

WBXML Attribute Name structure. More...

#include <wbxml_elt.h>

Collaboration diagram for WBXMLAttributeName_s:

Collaboration graph
[legend]
List of all members.

Public Attributes

WBXMLValueType type
union {
   const WBXMLAttrEntry *   token
   WBXMLBuffer *   literal
u

Detailed Description

WBXML Attribute Name structure.

Definition at line 66 of file wbxml_elt.h.


Member Data Documentation

WBXMLBuffer* WBXMLAttributeName_s::literal
 

Literal Attribute Name (MUST be dynamically allocated WBXMLBuffer)

Definition at line 70 of file wbxml_elt.h.

const WBXMLAttrEntry* WBXMLAttributeName_s::token
 

Token Attribute Name (MUST be const structure, ie from wbxml_tables.c)

Definition at line 69 of file wbxml_elt.h.

WBXMLValueType WBXMLAttributeName_s::type
 

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

union { ... } WBXMLAttributeName_s::u
 

Referenced by wbxml_attribute_name_create(), wbxml_attribute_name_create_literal(), wbxml_attribute_name_create_token(), wbxml_attribute_name_destroy(), wbxml_attribute_name_duplicate(), and wbxml_attribute_name_get_xml_name().


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