#include <tree.h>
Data Fields | |
| void * | _private |
| xmlAttributeType | atype |
| _xmlNode * | children |
| _xmlDoc * | doc |
| _xmlNode * | last |
| const xmlChar * | name |
| _xmlAttr * | next |
| xmlNs * | ns |
| _xmlNode * | parent |
| _xmlAttr * | prev |
| void * | psvi |
| xmlElementType | type |
Definition at line 393 of file tree.h.
| void* _xmlAttr::_private |
| struct _xmlNode* _xmlAttr::children |
| struct _xmlDoc* _xmlAttr::doc |
| struct _xmlNode* _xmlAttr::last |
| const xmlChar* _xmlAttr::name |
| struct _xmlAttr* _xmlAttr::next |
| struct _xmlNode* _xmlAttr::parent |
| struct _xmlAttr* _xmlAttr::prev |
| void* _xmlAttr::psvi |