|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
Reference to a XML Node. More...
#include <dtsapp.h>
Data Fields | |
| const char * | name |
| Name of the node. More... | |
| const char * | value |
| Value of the node. More... | |
| const char * | key |
| Attribute key for searching and indexing. More... | |
| struct bucket_list * | attrs |
| Bucket list of attributes. More... | |
| void * | nodeptr |
| Internal libxml2 node pointer. More... | |
| struct bucket_list* xml_node::attrs |
| const char* xml_node::key |
| const char* xml_node::name |
| void* xml_node::nodeptr |
Internal libxml2 node pointer.
Definition at line 658 of file dtsapp.h.
Referenced by xml_appendnode(), xml_delete(), xml_modify(), xml_setattr(), and xml_unlink().
| const char* xml_node::value |