Lines Matching defs:dtd
478 xmlDtdPtr dtd;
479 dtd = xmlParseDTD(NULL, n->doc->intSubset->SystemID);
481 if (dtd == NULL) {
486 n->doc->extSubset = dtd;
3665 xmlDtdPtr dtd = NULL;
3701 if ((dtd = xmlGetIntSubset(document)) == NULL) {
3712 if (!lxml_is_known_dtd(dtd->SystemID)) {
3731 dtd = xmlParseDTD(NULL, (xmlChar *)dtdpath);
3732 if (dtd == NULL) {
3741 document->extSubset = dtd;