Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.h35 struct _xmlNode;
43 CXmlElement(_xmlNode *pXmlElement);
47 void setXmlElement(_xmlNode *pXmlElement);
112 _xmlNode *_pCurNode;
116 _xmlNode *_pXmlElement;
DXmlDocSource.h40 struct _xmlNode;
60 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema = false, _xmlNode *pRootNode = NULL);
182 _xmlNode *_pRootNode;
DXmlElement.cpp37 CXmlElement::CXmlElement(_xmlNode *pXmlElement) : _pXmlElement(pXmlElement) in CXmlElement()
45 void CXmlElement::setXmlElement(_xmlNode *pXmlElement) in setXmlElement()
184 _xmlNode *pXmlNode = _pXmlElement->parent; in getParentElement()
DXmlDocSource.cpp44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode) in CXmlDocSource()
/external/libxml2/include/libxml/
Dtree.h257 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 …]
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;