Searched defs:_xmlElement (Results 1 – 3 of 3) sorted by relevance
356 struct _xmlElement { struct357 void *_private; /* application data */358 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */359 const xmlChar *name; /* Element name */360 struct _xmlNode *children; /* NULL */361 struct _xmlNode *last; /* NULL */362 struct _xmlDtd *parent; /* -> DTD */363 struct _xmlNode *next; /* next sibling link */364 struct _xmlNode *prev; /* previous sibling link */365 struct _xmlDoc *doc; /* the containing document */[all …]