Searched defs:_xmlElement (Results 1 – 1 of 1) sorted by relevance
307 struct _xmlElement { struct308 void *_private; /* application data */309 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */310 const xmlChar *name; /* Element name */311 struct _xmlNode *children; /* NULL */312 struct _xmlNode *last; /* NULL */313 struct _xmlDtd *parent; /* -> DTD */314 struct _xmlNode *next; /* next sibling link */315 struct _xmlNode *prev; /* previous sibling link */316 struct _xmlDoc *doc; /* the containing document */[all …]