#include <tree.h>
Data Fields | |
| void * | _private |
| void * | attributes |
| _xmlNode * | children |
| _xmlDoc * | doc |
| void * | elements |
| void * | entities |
| const xmlChar * | ExternalID |
| _xmlNode * | last |
| const xmlChar * | name |
| _xmlNode * | next |
| void * | notations |
| _xmlDoc * | parent |
| void * | pentities |
| _xmlNode * | prev |
| const xmlChar * | SystemID |
| xmlElementType | type |
Definition at line 365 of file tree.h.
| void* _xmlDtd::_private |
| void* _xmlDtd::attributes |
| struct _xmlNode* _xmlDtd::children |
| struct _xmlDoc* _xmlDtd::doc |
| void* _xmlDtd::elements |
| void* _xmlDtd::entities |
| const xmlChar* _xmlDtd::ExternalID |
| struct _xmlNode* _xmlDtd::last |
| const xmlChar* _xmlDtd::name |
| struct _xmlNode* _xmlDtd::next |
| void* _xmlDtd::notations |
| struct _xmlDoc* _xmlDtd::parent |
| void* _xmlDtd::pentities |
| struct _xmlNode* _xmlDtd::prev |
| const xmlChar* _xmlDtd::SystemID |