#include <tree.h>
Data Fields | |
| void * | _private |
| _xmlNode * | children |
| xmlChar * | content |
| _xmlDoc * | doc |
| unsigned short | extra |
| _xmlNode * | last |
| unsigned short | line |
| const xmlChar * | name |
| _xmlNode * | next |
| xmlNs * | ns |
| xmlNs * | nsDef |
| _xmlNode * | parent |
| _xmlNode * | prev |
| _xmlAttr * | properties |
| void * | psvi |
| xmlElementType | type |
Definition at line 448 of file tree.h.
| void* _xmlNode::_private |
| struct _xmlNode* _xmlNode::children |
| struct _xmlDoc* _xmlNode::doc |
| unsigned short _xmlNode::extra |
| struct _xmlNode* _xmlNode::last |
| unsigned short _xmlNode::line |
| const xmlChar* _xmlNode::name |
| struct _xmlNode* _xmlNode::next |
| struct _xmlNode* _xmlNode::parent |
| struct _xmlNode* _xmlNode::prev |
| struct _xmlAttr* _xmlNode::properties |
| void* _xmlNode::psvi |