Lines Matching defs:_xmlNode
491 struct _xmlNode { struct
495 struct _xmlNode *children; /* parent->childs link */ argument
496 struct _xmlNode *last; /* last child link */ argument
497 struct _xmlNode *parent; /* child->parent link */ argument
498 struct _xmlNode *next; /* next sibling link */ argument
499 struct _xmlNode *prev; /* previous sibling link */ argument
500 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 */
506 xmlNs *nsDef; /* namespace definitions on this node */
507 void *psvi; /* for type/PSVI information */
508 unsigned short line; /* line number */
509 unsigned short extra; /* extra data for XPath/XSLT */