Home | History | Annotate | Download | only in libxml

Lines Matching refs:_xmlNode

218     struct _xmlNode    *children;	/* NULL */
219 struct _xmlNode *last; /* NULL */
221 struct _xmlNode *next; /* next sibling link */
222 struct _xmlNode *prev; /* previous sibling link */
311 struct _xmlNode *children; /* NULL */
312 struct _xmlNode *last; /* NULL */
314 struct _xmlNode *next; /* next sibling link */
315 struct _xmlNode *prev; /* previous sibling link */
371 struct _xmlNode *children; /* the value of the property link */
372 struct _xmlNode *last; /* last child link */
374 struct _xmlNode *next; /* next sibling link */
375 struct _xmlNode *prev; /* previous sibling link */
399 struct _xmlNode *children; /* the value of the property */
400 struct _xmlNode *last; /* NULL */
401 struct _xmlNode *parent; /* child->parent link */
448 typedef struct _xmlNode xmlNode;
450 struct _xmlNode {
454 struct _xmlNode *children; /* parent->childs link */
455 struct _xmlNode *last; /* last child link */
456 struct _xmlNode *parent; /* child->parent link */
457 struct _xmlNode *next; /* next sibling link */
458 struct _xmlNode *prev; /* previous sibling link */
516 struct _xmlNode *children; /* the document tree */
517 struct _xmlNode *last; /* last child link */
518 struct _xmlNode *parent; /* child->parent link */
519 struct _xmlNode *next; /* next sibling link */
520 struct _xmlNode *prev; /* previous sibling link */