_xmlnode Struct Reference

Collaboration diagram for _xmlnode:
[legend]

Data Fields

char * name
 The name of the node.
char * xmlns
 The namespace of the node.
XMLNodeType type
 The type of the node.
char * data
 The data for the node.
size_t data_sz
 The size of the data.
_xmlnodeparent
 The parent node or NULL.
_xmlnodechild
 The child node or NULL.
_xmlnodelastchild
 The last child node or NULL.
_xmlnodenext
 The next node or NULL.
char * prefix
 The namespace prefix if any.
GHashTable * namespace_map
 The namespace map.

Detailed Description

Definition at line 47 of file xmlnode.h.


The documentation for this struct was generated from the following file: