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

WBXMLTag_s Struct Reference
[WBXML Element]

WBXML Tag structure. More...

#include <wbxml_elt.h>

Collaboration diagram for WBXMLTag_s:

Collaboration graph
[legend]
List of all members.

Public Attributes

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

Detailed Description

WBXML Tag structure.

Definition at line 56 of file wbxml_elt.h.


Member Data Documentation

WBXMLBuffer* WBXMLTag_s::literal
 

Literal Tag (MUST be dynamically allocated WBXMLBuffer)

Definition at line 60 of file wbxml_elt.h.

const WBXMLTagEntry* WBXMLTag_s::token
 

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

Definition at line 59 of file wbxml_elt.h.

WBXMLValueType WBXMLTag_s::type
 

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

union { ... } WBXMLTag_s::u
 

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


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