libnxml
0.18.3
|
Data struct for any element of XML streams/files. More...
#include <nxml.h>
Data Fields | |
nxml_type_t | type |
char * | value |
nxml_attr_t * | attributes |
nxml_namespace_t * | ns |
nxml_namespace_t * | ns_list |
nxml_data_t * | children |
nxml_data_t * | next |
nxml_data_t * | parent |
nxml_t * | doc |
Data struct for any element of XML streams/files.
Data struct for any element of XML stream/files
type of this nxml_data_t struct
char* nxml_data_t::value |