|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tree.h>

Public Attributes | |
| void * | _private |
| xmlElementType | type |
| const xmlChar * | name |
| struct _xmlNode * | children |
| struct _xmlNode * | last |
| struct _xmlDtd * | parent |
| struct _xmlNode * | next |
| struct _xmlNode * | prev |
| struct _xmlDoc * | doc |
| struct _xmlAttribute * | nexth |
| xmlAttributeType | atype |
| xmlAttributeDefault | def |
| const xmlChar * | defaultValue |
| xmlEnumerationPtr | tree |
| const xmlChar * | prefix |
| const xmlChar * | elem |
| xmlAttributeType _xmlAttribute::atype |
Definition at line 265 of file tree.h.
Referenced by xmlIsID(), and xmlIsRef().
| xmlAttributeDefault _xmlAttribute::def |
Definition at line 267 of file tree.h.
Referenced by xsltGetCNsProp(), and xsltGetNsProp().
Definition at line 256 of file tree.h.
Referenced by xmlAddAttributeDecl().
| struct _xmlAttribute* _xmlAttribute::nexth |
Definition at line 264 of file tree.h.
Referenced by xmlAddAttributeDecl().
Definition at line 269 of file tree.h.
Referenced by xsltGetCNsProp(), and xsltGetNsProp().
| xmlEnumerationPtr _xmlAttribute::tree |
| xmlElementType _xmlAttribute::type |