Home | History | Annotate | Download | only in libxml

Lines Matching refs:dtd

150  * A DTD Notation definition.
164 * A DTD Attribute type definition.
183 * A DTD Attribute default definition.
209 * An Attribute declaration in a DTD.
220 struct _xmlDtd *parent; /* -> DTD */
262 * in a DTD.
302 * An XML Element declaration from a DTD.
313 struct _xmlDtd *parent; /* -> DTD */
362 * An XML DTD, as defined by <!DOCTYPE ... There is actually one for
370 const xmlChar *name; /* Name of the DTD */
383 const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */
384 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
497 XML_DOC_DTDVALID = 1<<3, /* DTD validation was successful */
771 xmlCopyDtd (xmlDtdPtr dtd);