Eneboo - Documentación para desarrolladores
|
#include <tree.h>
Atributos públicos | |
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::_private |
void* _xmlDtd::attributes |
struct _xmlNode* _xmlDtd::children |
struct _xmlDoc* _xmlDtd::doc |
void* _xmlDtd::elements |
void* _xmlDtd::entities |
const xmlChar* _xmlDtd::ExternalID |
struct _xmlNode* _xmlDtd::last |
const xmlChar* _xmlDtd::name |
struct _xmlNode* _xmlDtd::next |
void* _xmlDtd::notations |
struct _xmlDoc* _xmlDtd::parent |
void* _xmlDtd::pentities |
struct _xmlNode* _xmlDtd::prev |
const xmlChar* _xmlDtd::SystemID |