Searched defs:_xmlNode (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A 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 *las
489 struct _xmlNode { struct
[all...]

Completed in 40 milliseconds