Searched defs:_xmlNode (Results 1 – 2 of 2) sorted by relevance
518 struct _xmlNode { struct522 struct _xmlNode *children; /* parent->childs link */ argument523 struct _xmlNode *last; /* last child link */ argument524 struct _xmlNode *parent; /* child->parent link */ argument525 struct _xmlNode *next; /* next sibling link */ argument526 struct _xmlNode *prev; /* previous sibling link */ argument527 struct _xmlDoc *doc; /* the containing document */530 xmlNs *ns; /* pointer to the associated namespace */531 xmlChar *content; /* the content */532 struct _xmlAttr *properties;/* properties list */[all …]
489 struct _xmlNode { struct493 struct _xmlNode *children; /* parent->childs link */ argument494 struct _xmlNode *last; /* last child link */ argument495 struct _xmlNode *parent; /* child->parent link */ argument496 struct _xmlNode *next; /* next sibling link */ argument497 struct _xmlNode *prev; /* previous sibling link */ argument498 struct _xmlDoc *doc; /* the containing document */501 xmlNs *ns; /* pointer to the associated namespace */502 xmlChar *content; /* the content */503 struct _xmlAttr *properties;/* properties list */[all …]