• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:intSubset

632    else if ((doc->intSubset == NULL) &&				\
1467 if ((dtd->doc != NULL) && (dtd->doc->intSubset != NULL)) {
1468 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1472 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
2042 (dtd->doc->intSubset != NULL) &&
2043 (dtd->doc->intSubset->attributes != NULL)) {
2044 ret = xmlHashLookup3(dtd->doc->intSubset->attributes, name, ns, elem);
2722 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
2747 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
3048 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
3057 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3380 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3382 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3411 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3413 elemDecl = xmlGetDtdElementDesc(doc->intSubset, name);
3826 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3887 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
3896 if ((attrDecl == NULL) && (doc->intSubset != NULL))
3897 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
3972 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
3978 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4065 xmlElementPtr elem = xmlGetDtdElementDesc(doc->intSubset,
4077 if (doc->intSubset != NULL) {
4078 table = (xmlAttributeTablePtr) doc->intSubset->attributes;
4209 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name);
4282 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4288 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name);
4298 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4304 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4358 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4461 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4467 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname,
4478 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4484 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4555 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
5581 elemDecl = xmlGetDtdQElementDesc(doc->intSubset,
5597 elemDecl = xmlGetDtdElementDesc(doc->intSubset, elem->name);
6235 if ((doc->intSubset != NULL) &&
6236 (doc->intSubset->name != NULL)) {
6240 if (!xmlStrEqual(doc->intSubset->name, root->name)) {
6250 ret = xmlStrEqual(doc->intSubset->name, fullname);
6256 if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) &&
6261 root->name, doc->intSubset->name, NULL);
6526 oldInt = doc->intSubset;
6528 doc->intSubset = NULL;
6532 doc->intSubset = oldInt;
6547 doc->intSubset = oldInt;
6619 elem = xmlGetDtdElementDesc(doc->intSubset, cur->elem);
6664 if ((doc->intSubset == NULL) && (doc->extSubset == NULL))
6668 dtd = doc->intSubset;
6712 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
6717 if ((doc->intSubset != NULL) && ((doc->intSubset->SystemID != NULL) ||
6718 (doc->intSubset->ExternalID != NULL)) && (doc->extSubset == NULL)) {
6720 if (doc->intSubset->SystemID != NULL) {
6721 sysID = xmlBuildURI(doc->intSubset->SystemID,
6726 (const char *) doc->intSubset->SystemID);
6731 doc->extSubset = xmlParseDTD(doc->intSubset->ExternalID,
6736 if (doc->intSubset->SystemID != NULL) {
6739 (const char *) doc->intSubset->SystemID);
6743 (const char *) doc->intSubset->ExternalID);
6887 element_desc = xmlGetDtdElementDesc(parent->doc->intSubset,