Searched refs:_xmlNode (Results 1 – 7 of 7) sorted by relevance
35 struct _xmlNode;43 CXmlElement(_xmlNode *pXmlElement);47 void setXmlElement(_xmlNode *pXmlElement);112 _xmlNode *_pCurNode;116 _xmlNode *_pXmlElement;
40 struct _xmlNode;60 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema = false, _xmlNode *pRootNode = NULL);182 _xmlNode *_pRootNode;
37 CXmlElement::CXmlElement(_xmlNode *pXmlElement) : _pXmlElement(pXmlElement) in CXmlElement()45 void CXmlElement::setXmlElement(_xmlNode *pXmlElement) in setXmlElement()184 _xmlNode *pXmlNode = _pXmlElement->parent; in getParentElement()
44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode) in CXmlDocSource()
257 struct _xmlNode *children; /* NULL */258 struct _xmlNode *last; /* NULL */260 struct _xmlNode *next; /* next sibling link */261 struct _xmlNode *prev; /* previous sibling link */350 struct _xmlNode *children; /* NULL */351 struct _xmlNode *last; /* NULL */353 struct _xmlNode *next; /* next sibling link */354 struct _xmlNode *prev; /* previous sibling link */410 struct _xmlNode *children; /* the value of the property link */411 struct _xmlNode *last; /* last child link */[all …]
42 struct _xmlNode *children; /* First child link */43 struct _xmlNode *last; /* Last child link */45 struct _xmlNode *next; /* next sibling link */46 struct _xmlNode *prev; /* previous sibling link */
90 const struct _xmlNode* node;