Lines Matching defs:_xmlDtd
367 struct _xmlDtd { struct
368 void *_private; /* application data */
369 xmlElementType type; /* XML_DTD_NODE, must be second ! */
370 const xmlChar *name; /* Name of the DTD */
371 struct _xmlNode *children; /* the value of the property link */
372 struct _xmlNode *last; /* last child link */
373 struct _xmlDoc *parent; /* child->parent link */
374 struct _xmlNode *next; /* next sibling link */
375 struct _xmlNode *prev; /* previous sibling link */
376 struct _xmlDoc *doc; /* the containing document */
379 void *notations; /* Hash table for notations if any */
380 void *elements; /* Hash table for elements if any */
381 void *attributes; /* Hash table for attributes if any */
382 void *entities; /* Hash table for entities if any */
383 const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */
384 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
385 void *pentities; /* Hash table for param entities if any */