ReactOS 0.4.16-dev-41-ge8c7597
|
#include <tree.h>
Public Attributes | |
void * | _private |
xmlElementType | type |
const xmlChar * | name |
struct _xmlNode * | children |
struct _xmlNode * | last |
struct _xmlDoc * | parent |
struct _xmlNode * | next |
struct _xmlNode * | prev |
struct _xmlDoc * | doc |
void * | notations |
void * | elements |
void * | attributes |
void * | entities |
const xmlChar * | ExternalID |
const xmlChar * | SystemID |
void * | pentities |
void* _xmlDtd::attributes |
Definition at line 420 of file tree.h.
Referenced by xmlAddAttributeDecl(), xmlGetDtdAttrDesc(), and xmlGetDtdQAttrDesc().
Definition at line 410 of file tree.h.
Referenced by xmlAddAttributeDecl(), and xmlAddElementDecl().
Definition at line 415 of file tree.h.
Referenced by xmlAddAttributeDecl(), xmlAddElementDecl(), xmlAddNotationDecl(), and xmlGetDtdElementDesc2().
void* _xmlDtd::elements |
Definition at line 419 of file tree.h.
Referenced by xmlAddElementDecl(), xmlGetDtdElementDesc(), xmlGetDtdElementDesc2(), and xmlGetDtdQElementDesc().
Definition at line 411 of file tree.h.
Referenced by xmlAddAttributeDecl(), and xmlAddElementDecl().
void* _xmlDtd::notations |
Definition at line 418 of file tree.h.
Referenced by xmlAddNotationDecl(), and xmlGetDtdNotationDesc().
xmlElementType _xmlDtd::type |