Searched defs:_xmlElement (Results 1 – 1 of 1) sorted by relevance
346 struct _xmlElement { struct347 void *_private; /* application data */348 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */349 const xmlChar *name; /* Element name */350 struct _xmlNode *children; /* NULL */351 struct _xmlNode *last; /* NULL */352 struct _xmlDtd *parent; /* -> DTD */353 struct _xmlNode *next; /* next sibling link */354 struct _xmlNode *prev; /* previous sibling link */355 struct _xmlDoc *doc; /* the containing document */[all …]