Home
last modified time | relevance | path

Searched refs:_xmlNode (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h256 struct _xmlNode *children; /* NULL */
257 struct _xmlNode *last; /* NULL */
259 struct _xmlNode *next; /* next sibling link */
260 struct _xmlNode *prev; /* previous sibling link */
349 struct _xmlNode *children; /* NULL */
350 struct _xmlNode *last; /* NULL */
352 struct _xmlNode *next; /* next sibling link */
353 struct _xmlNode *prev; /* previous sibling link */
409 struct _xmlNode *children; /* the value of the property link */
410 struct _xmlNode *last; /* last child link */
[all …]
Dentities.h42 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 */
Dparser.h90 const struct _xmlNode* node;
/external/parameter-framework/xmlserializer/
DXmlElement.h35 struct _xmlNode;
42 CXmlElement(_xmlNode* pXmlElement);
46 void setXmlElement(_xmlNode* pXmlElement);
94 _xmlNode* _pCurNode;
98 _xmlNode* _pXmlElement;
DXmlDocSource.h37 struct _xmlNode;
57 CXmlDocSource(_xmlDoc* pDoc, bool bValidateWithSchema = false, _xmlNode* pRootNode = NULL);
160 _xmlNode* _pRootNode;
DXmlElement.cpp38 CXmlElement::CXmlElement(_xmlNode* pXmlElement) : _pXmlElement(pXmlElement) in CXmlElement()
46 void CXmlElement::setXmlElement(_xmlNode* pXmlElement) in setXmlElement()
194 _xmlNode* pXmlNode = _pXmlElement->parent; in getParentElement()
DXmlDocSource.cpp45 _xmlNode *pRootNode) : in CXmlDocSource()