Lines Matching refs:extSubset
341 return(ctxt->myDoc->extSubset != NULL); in xmlSAX2HasExternalSubset()
768 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem, in xmlSAX2AttributeDecl()
820 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, in xmlSAX2ElementDecl()
871 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name, in xmlSAX2NotationDecl()
1445 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1458 (ctxt->myDoc->extSubset != NULL) && in xmlCheckDefaultedAttributes()
1462 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1575 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1614 if (ctxt->validate && (ctxt->myDoc->extSubset == NULL) && in xmlSAX2StartElement()
1699 (ctxt->myDoc->extSubset != NULL))) { in xmlSAX2StartElement()
2231 if (ctxt->validate && (ctxt->myDoc->extSubset == NULL) && in xmlSAX2StartElementNs()
2707 xmlAddChild((xmlNodePtr) ctxt->myDoc->extSubset, ret); in xmlSAX2ProcessingInstruction()
2768 xmlAddChild((xmlNodePtr) ctxt->myDoc->extSubset, ret); in xmlSAX2Comment()