pidgin  2.14.9
_xmlnode Struct Reference

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 49 of file xmlnode.h.


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