Searched defs:_xmlNode (Results 1 – 2 of 2) sorted by relevance
491 struct _xmlNode { struct495 struct _xmlNode *children; /* parent->childs link */ argument496 struct _xmlNode *last; /* last child link */ argument497 struct _xmlNode *parent; /* child->parent link */ argument498 struct _xmlNode *next; /* next sibling link */ argument499 struct _xmlNode *prev; /* previous sibling link */ argument500 struct _xmlDoc *doc; /* the containing document */503 xmlNs *ns; /* pointer to the associated namespace */504 xmlChar *content; /* the content */505 struct _xmlAttr *properties;/* properties list */[all …]