#include <xml2.h>
This structure has been copied-and-pasted from line 440 of tree.h of the libxml2 xmlNode structure.
Public Attributes | |
void * | _private |
xmlElementType | type |
const xmlChar * | name |
tagXml2BaseNode * | children |
tagXml2BaseNode * | last |
tagXml2BaseNode * | parent |
tagXml2BaseNode * | next |
tagXml2BaseNode * | prev |
_xmlDoc * | doc |
struct _xmlDoc* tagXml2BaseNode::doc |
struct tagXml2BaseNode* tagXml2BaseNode::last |
const xmlChar* tagXml2BaseNode::name |
struct tagXml2BaseNode* tagXml2BaseNode::next |
struct tagXml2BaseNode* tagXml2BaseNode::prev |
xmlElementType tagXml2BaseNode::type |