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