Lines Matching defs:_xmlNode
488 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 */
503 xmlNs *nsDef; /* namespace definitions on this node */
504 void *psvi; /* for type/PSVI informations */
505 unsigned short line; /* line number */
506 unsigned short extra; /* extra data for XPath/XSLT */