Lines Matching refs:intSubset
637 else if ((doc->intSubset == NULL) && \
1472 if ((dtd->doc != NULL) && (dtd->doc->intSubset != NULL)) {
1473 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1477 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
2047 (dtd->doc->intSubset != NULL) &&
2048 (dtd->doc->intSubset->attributes != NULL)) {
2049 ret = xmlHashLookup3(dtd->doc->intSubset->attributes, name, ns, elem);
2731 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
2756 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
3070 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
3079 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3402 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3404 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3433 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3435 elemDecl = xmlGetDtdElementDesc(doc->intSubset, name);
3961 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4022 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4031 if ((attrDecl == NULL) && (doc->intSubset != NULL))
4032 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4107 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4113 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4201 xmlElementPtr elem = xmlGetDtdElementDesc(doc->intSubset,
4213 if (doc->intSubset != NULL) {
4214 table = (xmlAttributeTablePtr) doc->intSubset->attributes;
4345 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name);
4418 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4424 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name);
4434 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4440 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4494 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4597 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4603 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname,
4614 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4620 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4691 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
5717 elemDecl = xmlGetDtdQElementDesc(doc->intSubset,
5733 elemDecl = xmlGetDtdElementDesc(doc->intSubset, elem->name);
6371 if ((doc->intSubset != NULL) &&
6372 (doc->intSubset->name != NULL)) {
6376 if (!xmlStrEqual(doc->intSubset->name, root->name)) {
6386 ret = xmlStrEqual(doc->intSubset->name, fullname);
6392 if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) &&
6397 root->name, doc->intSubset->name, NULL);
6662 oldInt = doc->intSubset;
6664 doc->intSubset = NULL;
6668 doc->intSubset = oldInt;
6683 doc->intSubset = oldInt;
6755 elem = xmlGetDtdElementDesc(doc->intSubset, cur->elem);
6800 if ((doc->intSubset == NULL) && (doc->extSubset == NULL))
6804 dtd = doc->intSubset;
6848 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
6853 if ((doc->intSubset != NULL) && ((doc->intSubset->SystemID != NULL) ||
6854 (doc->intSubset->ExternalID != NULL)) && (doc->extSubset == NULL)) {
6856 if (doc->intSubset->SystemID != NULL) {
6857 sysID = xmlBuildURI(doc->intSubset->SystemID,
6862 (const char *) doc->intSubset->SystemID);
6867 doc->extSubset = xmlParseDTD(doc->intSubset->ExternalID,
6872 if (doc->intSubset->SystemID != NULL) {
6875 (const char *) doc->intSubset->SystemID);
6879 (const char *) doc->intSubset->ExternalID);
7023 element_desc = xmlGetDtdElementDesc(parent->doc->intSubset,