Lines Matching defs:_xmlElement
356 struct _xmlElement { struct
357 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 */
367 xmlElementTypeVal etype; /* The type */
368 xmlElementContentPtr content; /* the allowed element content */
369 xmlAttributePtr attributes; /* List of the declared attributes */
370 const xmlChar *prefix; /* the namespace prefix if any */
372 xmlRegexpPtr contModel; /* the validating regexp */
374 void *contModel;