Home | History | Annotate | Download | only in libxml2

Lines Matching defs:dtd

218  * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
234 * http://www.sgmlsource.com/dtds/memo.dtd
340 xmlDtdPtr dtd;
350 dtd = xmlGetIntSubset(ctxt->myDoc);
351 if (dtd != NULL) {
354 xmlUnlinkNode((xmlNodePtr) dtd);
355 xmlFreeDtd(dtd);
1390 * Check defaulted attributes from the DTD
1578 "Validation failed: no DTD found !", NULL, NULL);
1648 * Insert all the defaulted attributes from the DTD especially namespaces
1727 * If it's the Document root, finish the DTD validation and
2181 "Validation failed: no DTD found !", NULL, NULL);
2300 * Insert the defaulted attributes from the DTD only if requested:
2370 * If it's the Document root, finish the DTD validation and