|
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
| nxml_attr_t* nxml_data_t::attributes |
| nxml_data_t* nxml_data_t::children |
| nxml_data_t* nxml_data_t::next |
| nxml_namespace_t* nxml_data_t::ns |
| nxml_namespace_t* nxml_data_t::ns_list |
| nxml_data_t* nxml_data_t::parent |
| nxml_type_t nxml_data_t::type |
type of this nxml_data_t struct
1.8.13