|
libnxml
0.18.3
|
Principal data struct. It describes a XML document and it contains pointers to any other structures. More...
#include <nxml.h>

Data Fields | |
| char * | file |
| size_t | size |
| nxml_version_t | version |
| int | standalone |
| char * | encoding |
| nxml_charset_t | charset_detected |
| nxml_data_t * | data |
| nxml_doctype_t * | doctype |
| __nxml_private_t | priv |
Principal data struct. It describes a XML document and it contains pointers to any other structures.
Principal data struct. It describes a XML document and it contains pointers to any other structures.
| nxml_charset_t nxml_t::charset_detected |
| nxml_data_t* nxml_t::data |
| nxml_doctype_t* nxml_t::doctype |
| __nxml_private_t nxml_t::priv |
| nxml_version_t nxml_t::version |
1.8.13