Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h488 struct _xmlNode { struct
492 struct _xmlNode *children; /* parent->childs link */ argument
493 struct _xmlNode *last; /* last child link */ argument
494 struct _xmlNode *parent; /* child->parent link */ argument
495 struct _xmlNode *next; /* next sibling link */ argument
496 struct _xmlNode *prev; /* previous sibling link */ argument
497 struct _xmlDoc *doc; /* the containing document */
500 xmlNs *ns; /* pointer to the associated namespace */
501 xmlChar *content; /* the content */
502 struct _xmlAttr *properties;/* properties list */
[all …]
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h451 struct _xmlNode { struct
455 struct _xmlNode *children; /* parent->childs link */ argument
456 struct _xmlNode *last; /* last child link */ argument
457 struct _xmlNode *parent; /* child->parent link */ argument
458 struct _xmlNode *next; /* next sibling link */ argument
459 struct _xmlNode *prev; /* previous sibling link */ argument
460 struct _xmlDoc *doc; /* the containing document */
463 xmlNs *ns; /* pointer to the associated namespace */
464 xmlChar *content; /* the content */
465 struct _xmlAttr *properties;/* properties list */
[all …]