Eneboo - Documentación para desarrolladores
|
#include <tree.h>
Atributos públicos | |
void * | _private |
xmlElementType | type |
char * | name |
struct _xmlNode * | children |
struct _xmlNode * | last |
struct _xmlNode * | parent |
struct _xmlNode * | next |
struct _xmlNode * | prev |
struct _xmlDoc * | doc |
int | compression |
int | standalone |
struct _xmlDtd * | intSubset |
struct _xmlDtd * | extSubset |
struct _xmlNs * | oldNs |
const xmlChar * | version |
const xmlChar * | encoding |
void * | ids |
void * | refs |
const xmlChar * | URL |
int | charset |
struct _xmlDict * | dict |
void * | psvi |
int | parseFlags |
int | properties |
void* _xmlDoc::_private |
struct _xmlNode* _xmlDoc::children |
struct _xmlDict* _xmlDoc::dict |
struct _xmlDoc* _xmlDoc::doc |
const xmlChar* _xmlDoc::encoding |
struct _xmlDtd* _xmlDoc::extSubset |
void* _xmlDoc::ids |
struct _xmlDtd* _xmlDoc::intSubset |
struct _xmlNode* _xmlDoc::last |
char* _xmlDoc::name |
struct _xmlNode* _xmlDoc::next |
struct _xmlNs* _xmlDoc::oldNs |
struct _xmlNode* _xmlDoc::parent |
struct _xmlNode* _xmlDoc::prev |
void* _xmlDoc::psvi |
void* _xmlDoc::refs |
const xmlChar* _xmlDoc::URL |
const xmlChar* _xmlDoc::version |