_xmlnode Struct Reference

Collaboration diagram for _xmlnode:

Collaboration graph
[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.

Detailed Description

Definition at line 47 of file xmlnode.h.


Field Documentation

char* _xmlnode::name

The name of the node.

Definition at line 49 of file xmlnode.h.

XMLNodeType _xmlnode::type

The type of the node.

Definition at line 51 of file xmlnode.h.

char* _xmlnode::data

The data for the node.

Definition at line 52 of file xmlnode.h.

size_t _xmlnode::data_sz

The size of the data.

Definition at line 53 of file xmlnode.h.

struct _xmlnode* _xmlnode::parent [read]

The parent node or NULL.

Definition at line 54 of file xmlnode.h.

struct _xmlnode* _xmlnode::child [read]

The child node or NULL.

Definition at line 55 of file xmlnode.h.

struct _xmlnode* _xmlnode::lastchild [read]

The last child node or NULL.

Definition at line 56 of file xmlnode.h.

struct _xmlnode* _xmlnode::next [read]

The next node or NULL.

Definition at line 57 of file xmlnode.h.


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