ReactOS 0.4.16-dev-336-gb667d82
|
#include <tree.h>
Public Attributes | |
void * | _private |
xmlElementType | type |
const xmlChar * | name |
struct _xmlNode * | children |
struct _xmlNode * | last |
struct _xmlNode * | parent |
struct _xmlAttr * | next |
struct _xmlAttr * | prev |
struct _xmlDoc * | doc |
xmlNs * | ns |
xmlAttributeType | atype |
void * | psvi |
xmlAttributeType _xmlAttr::atype |
Definition at line 438 of file tree.h.
Referenced by xsltGetCNsProp(), and xsltGetNsProp().
Definition at line 437 of file tree.h.
Referenced by xsltGetCNsProp(), and xsltGetNsProp().
Definition at line 441 of file tree.h.
Referenced by xmlSAX2AttributeNs(), xsltGetCNsProp(), and xsltGetNsProp().
xmlNs* _xmlAttr::ns |
Definition at line 444 of file tree.h.
Referenced by xsltGetCNsProp(), and xsltGetNsProp().
xmlElementType _xmlAttr::type |