Home | History | Annotate | Download | only in libxml2

Lines Matching refs: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);
1379 * Check defaulted attributes from the DTD
1562 "Validation failed: no DTD found !", NULL, NULL);
1632 * Insert all the defaulted attributes from the DTD especially namespaces
1711 * If it's the Document root, finish the DTD validation and
2164 "Validation failed: no DTD found !", NULL, NULL);
2259 * Insert the defaulted attributes from the DTD only if requested:
2299 * If it's the Document root, finish the DTD validation and