Lines Matching defs:_xmlDtd
416 struct _xmlDtd { struct
417 void *_private; /* application data */
418 xmlElementType type; /* XML_DTD_NODE, must be second ! */
419 const xmlChar *name; /* Name of the DTD */
420 struct _xmlNode *children; /* the value of the property link */
421 struct _xmlNode *last; /* last child link */
422 struct _xmlDoc *parent; /* child->parent link */
423 struct _xmlNode *next; /* next sibling link */
424 struct _xmlNode *prev; /* previous sibling link */
425 struct _xmlDoc *doc; /* the containing document */
428 void *notations; /* Hash table for notations if any */
429 void *elements; /* Hash table for elements if any */
430 void *attributes; /* Hash table for attributes if any */
431 void *entities; /* Hash table for entities if any */
432 const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */
433 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
434 void *pentities; /* Hash table for param entities if any */