#include <tree.h>
Data Fields | |
| void * | _private |
| xmlAttributeType | atype |
| _xmlNode * | children |
| xmlAttributeDefault | def |
| const xmlChar * | defaultValue |
| _xmlDoc * | doc |
| const xmlChar * | elem |
| _xmlNode * | last |
| const xmlChar * | name |
| _xmlNode * | next |
| _xmlAttribute * | nexth |
| _xmlDtd * | parent |
| const xmlChar * | prefix |
| _xmlNode * | prev |
| xmlEnumerationPtr | tree |
| xmlElementType | type |
Definition at line 212 of file tree.h.
| void* _xmlAttribute::_private |
| struct _xmlNode* _xmlAttribute::children |
| struct _xmlDoc* _xmlAttribute::doc |
| const xmlChar* _xmlAttribute::elem |
| struct _xmlNode* _xmlAttribute::last |
| const xmlChar* _xmlAttribute::name |
| struct _xmlNode* _xmlAttribute::next |
| struct _xmlAttribute* _xmlAttribute::nexth |
| struct _xmlDtd* _xmlAttribute::parent |
| const xmlChar* _xmlAttribute::prefix |
| struct _xmlNode* _xmlAttribute::prev |