Home | History | Annotate | Download | only in libxml2

Lines Matching refs:BAD_CAST

1116 	    return(BAD_CAST "simple type definition");
1118 return(BAD_CAST "simple type definition");
1120 return(BAD_CAST "complex type definition");
1122 return(BAD_CAST "element declaration");
1124 return(BAD_CAST "attribute use");
1126 return(BAD_CAST "attribute declaration");
1128 return(BAD_CAST "model group definition");
1130 return(BAD_CAST "attribute group definition");
1132 return(BAD_CAST "notation declaration");
1134 return(BAD_CAST "model group (sequence)");
1136 return(BAD_CAST "model group (choice)");
1138 return(BAD_CAST "model group (all)");
1140 return(BAD_CAST "particle");
1142 return(BAD_CAST "unique identity-constraint");
1143 /* return(BAD_CAST "IDC (unique)"); */
1145 return(BAD_CAST "key identity-constraint");
1146 /* return(BAD_CAST "IDC (key)"); */
1148 return(BAD_CAST "keyref identity-constraint");
1149 /* return(BAD_CAST "IDC (keyref)"); */
1151 return(BAD_CAST "wildcard (any)");
1153 return(BAD_CAST "[helper component] QName reference");
1155 return(BAD_CAST "[helper component] attribute use prohibition");
1157 return(BAD_CAST "Not a schema component");
1173 return(BAD_CAST "complex type definition");
1175 return(BAD_CAST "simple type definition");
1293 *buf = xmlStrdup(BAD_CAST "{");
1295 *buf = xmlStrcat(*buf, BAD_CAST "}");
1302 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)");
1382 return (BAD_CAST "http://www.w3.org/2001/XMLSchema");
1427 *buf = xmlStrcat(*buf, BAD_CAST " '");
1430 *buf = xmlStrcat(*buf, BAD_CAST "'");
1453 return (BAD_CAST "skip");
1455 return (BAD_CAST "lax");
1457 return (BAD_CAST "strict");
1459 return (BAD_CAST "invalid process contents");
1517 *retValue = xmlStrdup(BAD_CAST "");
1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " ");
1586 *buf = xmlStrdup(BAD_CAST "atomic type 'xs:");
1588 *buf = xmlStrdup(BAD_CAST "list type 'xs:");
1590 *buf = xmlStrdup(BAD_CAST "union type 'xs:");
1592 *buf = xmlStrdup(BAD_CAST "simple type 'xs:");
1594 *buf = xmlStrcat(*buf, BAD_CAST "'");
1601 *buf = xmlStrdup(BAD_CAST"");
1603 *buf = xmlStrdup(BAD_CAST "local ");
1606 *buf = xmlStrcat(*buf, BAD_CAST "atomic type");
1608 *buf = xmlStrcat(*buf, BAD_CAST "list type");
1610 *buf = xmlStrcat(*buf, BAD_CAST "union type");
1612 *buf = xmlStrcat(*buf, BAD_CAST "simple type");
1614 *buf = xmlStrcat(*buf, BAD_CAST " '");
1616 *buf = xmlStrcat(*buf, BAD_CAST "'");
1624 *buf = xmlStrdup(BAD_CAST "");
1626 *buf = xmlStrdup(BAD_CAST "local ");
1627 *buf = xmlStrcat(*buf, BAD_CAST "complex type");
1629 *buf = xmlStrcat(*buf, BAD_CAST " '");
1631 *buf = xmlStrcat(*buf, BAD_CAST "'");
1639 *buf = xmlStrdup(BAD_CAST "attribute use ");
1641 *buf = xmlStrcat(*buf, BAD_CAST "'");
1645 *buf = xmlStrcat(*buf, BAD_CAST "'");
1647 *buf = xmlStrcat(*buf, BAD_CAST "(unknown)");
1655 *buf = xmlStrdup(BAD_CAST "attribute decl.");
1656 *buf = xmlStrcat(*buf, BAD_CAST " '");
1660 *buf = xmlStrcat(*buf, BAD_CAST "'");
1670 *buf = xmlStrdup(BAD_CAST "element decl.");
1671 *buf = xmlStrcat(*buf, BAD_CAST " '");
1674 *buf = xmlStrcat(*buf, BAD_CAST "'");
1681 *buf = xmlStrdup(BAD_CAST "unique '");
1683 *buf = xmlStrdup(BAD_CAST "key '");
1685 *buf = xmlStrdup(BAD_CAST "keyRef '");
1687 *buf = xmlStrcat(*buf, BAD_CAST "'");
1693 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
1707 *buf = xmlStrdup(BAD_CAST "facet '");
1709 *buf = xmlStrcat(*buf, BAD_CAST "'");
1712 *buf = xmlStrdup(BAD_CAST "model group def.");
1713 *buf = xmlStrcat(*buf, BAD_CAST " '");
1715 *buf = xmlStrcat(*buf, BAD_CAST "'");
1727 *buf = xmlStrcat(*buf, BAD_CAST " '");
1729 *buf = xmlStrcat(*buf, BAD_CAST "'");
1745 *buf = xmlStrdup(BAD_CAST "Element '");
1752 *buf = xmlStrcat(*buf, BAD_CAST "'");
1756 *buf = xmlStrcat(*buf, BAD_CAST ", attribute '");
1763 *buf = xmlStrcat(*buf, BAD_CAST "'");
1813 *buf = xmlStrdup(BAD_CAST "'");
1815 *buf = xmlStrcat(*buf, BAD_CAST ", '");
1816 *buf = xmlStrcat(*buf, BAD_CAST value);
1817 *buf = xmlStrcat(*buf, BAD_CAST "'");
2165 *msg = xmlStrdup(BAD_CAST "");
2175 *msg = xmlStrdup(BAD_CAST "Element '");
2183 *msg = xmlStrcat(*msg, BAD_CAST "', ");
2184 *msg = xmlStrcat(*msg, BAD_CAST "attribute '");
2186 *msg = xmlStrdup(BAD_CAST "Element '");
2195 *msg = xmlStrcat(*msg, BAD_CAST "': ");
2205 *msg = xmlStrdup(BAD_CAST "Element '");
2209 *msg = xmlStrcat(*msg, BAD_CAST "', ");
2210 *msg = xmlStrcat(*msg, BAD_CAST "attribute '");
2212 *msg = xmlStrdup(BAD_CAST "Element '");
2217 *msg = xmlStrcat(*msg, BAD_CAST "': ");
2223 *msg = xmlStrdup(BAD_CAST "");
2234 *msg = xmlStrcat(*msg, BAD_CAST " [");
2238 *msg = xmlStrcat(*msg, BAD_CAST "]");
2255 msg = xmlStrdup(BAD_CAST "Internal error: ");
2256 msg = xmlStrcat(msg, BAD_CAST funcName);
2257 msg = xmlStrcat(msg, BAD_CAST ", ");
2258 msg = xmlStrcat(msg, BAD_CAST message);
2259 msg = xmlStrcat(msg, BAD_CAST ".\n");
2308 msg = xmlStrcat(msg, BAD_CAST ": ");
2312 msg = xmlStrcat(msg, BAD_CAST ".\n");
2347 msg = xmlStrcat(msg, BAD_CAST ".\n");
2369 msg = xmlStrdup(BAD_CAST "Element '%s': ");
2371 msg = xmlStrcat(msg, BAD_CAST ".\n");
2436 msg = xmlStrcat(msg, BAD_CAST "'%s' is not a valid value of ");
2438 msg = xmlStrcat(msg, BAD_CAST "The character content is not a valid "
2442 msg = xmlStrcat(msg, BAD_CAST "the local ");
2444 msg = xmlStrcat(msg, BAD_CAST "the ");
2447 msg = xmlStrcat(msg, BAD_CAST "atomic type");
2449 msg = xmlStrcat(msg, BAD_CAST "list type");
2451 msg = xmlStrcat(msg, BAD_CAST "union type");
2455 msg = xmlStrcat(msg, BAD_CAST " '");
2457 msg = xmlStrcat(msg, BAD_CAST "xs:");
2463 msg = xmlStrcat(msg, BAD_CAST "'");
2466 msg = xmlStrcat(msg, BAD_CAST ".\n");
2499 msg = xmlStrcat(msg, BAD_CAST "The attribute '%s' is not allowed.\n");
2524 msg = xmlStrcat(msg, BAD_CAST ".");
2532 str = xmlStrdup(BAD_CAST " Expected is one of ( ");
2534 str = xmlStrdup(BAD_CAST " Expected is ( ");
2544 str = xmlStrcat(str, BAD_CAST "##other");
2553 localName = xmlStrdup(BAD_CAST "*");
2558 localName = xmlStrncat(localName, BAD_CAST cur, end - cur);
2572 nsName = xmlStrdup(BAD_CAST "{*}");
2578 nsName = xmlStrdup(BAD_CAST "{##other:");
2580 nsName = xmlStrdup(BAD_CAST "{");
2582 nsName = xmlStrncat(nsName, BAD_CAST cur, end - cur);
2583 nsName = xmlStrcat(nsName, BAD_CAST "}");
2585 str = xmlStrcat(str, BAD_CAST nsName);
2592 str = xmlStrcat(str, BAD_CAST localName);
2596 str = xmlStrcat(str, BAD_CAST ", ");
2598 str = xmlStrcat(str, BAD_CAST " ).\n");
2599 msg = xmlStrcat(msg, BAD_CAST str);
2602 msg = xmlStrcat(msg, BAD_CAST "\n");
2632 msg = xmlStrcat(msg, BAD_CAST "[");
2633 msg = xmlStrcat(msg, BAD_CAST "facet '");
2635 msg = xmlStrcat(msg, BAD_CAST "'] ");
2650 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has a length of '%s'; ");
2652 msg = xmlStrcat(msg, BAD_CAST "The value has a length of '%s'; ");
2659 BAD_CAST "this differs from the allowed length of '%s'.\n");
2662 BAD_CAST "this exceeds the allowed maximum length of '%s'.\n");
2665 BAD_CAST "this underruns the allowed minimum length of '%s'.\n");
2675 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not an element "
2680 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not accepted "
2685 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is less than the "
2690 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is greater than the "
2695 msg = xmlStrcat(msg, BAD_CAST "The value '%s' must be greater than "
2700 msg = xmlStrcat(msg, BAD_CAST "The value '%s' must be less than "
2705 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more "
2710 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more fractional "
2715 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not facet-valid.\n");
2718 msg = xmlStrcat(msg, BAD_CAST "The value is not facet-valid.\n");
2723 msg = xmlStrcat(msg, BAD_CAST ".\n");
2766 xmlSchemaPErr(ctxt, ownerElem, error, "%s: %s.\n", BAD_CAST des, BAD_CAST message);
2770 BAD_CAST des, BAD_CAST name);
2809 "%s.\n", BAD_CAST des, BAD_CAST name,
2811 BAD_CAST refTypeStr, NULL);
2846 BAD_CAST des, (const xmlChar *) "Unknown",
2851 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL);
2877 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2911 msg = xmlStrdup(BAD_CAST "%s: ");
2913 msg = xmlStrcat(msg, BAD_CAST ".\n");
2917 (const char *) msg, BAD_CAST des, str1, str2, str3, NULL);
2972 msg = xmlStrcat(msg, BAD_CAST ", ");
2974 BAD_CAST xmlSchemaFormatItemForReport(&str, NULL,
2977 msg = xmlStrcat(msg, BAD_CAST ": ");
2979 msg = xmlStrcat(msg, BAD_CAST ".\n");
3008 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type),
3037 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type));
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL);
3102 msg = xmlStrcat(msg, BAD_CAST "'%s' is not a valid value of ");
3104 msg = xmlStrcat(msg, BAD_CAST "The character content is not a "
3107 msg = xmlStrcat(msg, BAD_CAST "the local ");
3109 msg = xmlStrcat(msg, BAD_CAST "the ");
3112 msg = xmlStrcat(msg, BAD_CAST "atomic type");
3114 msg = xmlStrcat(msg, BAD_CAST "list type");
3116 msg = xmlStrcat(msg, BAD_CAST "union type");
3120 msg = xmlStrcat(msg, BAD_CAST " '");
3122 msg = xmlStrcat(msg, BAD_CAST "xs:");
3128 msg = xmlStrcat(msg, BAD_CAST "'.");
3133 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not valid.");
3135 msg = xmlStrcat(msg, BAD_CAST "The character content is not "
3139 msg = xmlStrcat(msg, BAD_CAST " Expected is '");
3140 msg = xmlStrcat(msg, BAD_CAST expected);
3141 msg = xmlStrcat(msg, BAD_CAST "'.\n");
3143 msg = xmlStrcat(msg, BAD_CAST "\n");
3149 msg = xmlStrcat(msg, BAD_CAST message);
3150 msg = xmlStrcat(msg, BAD_CAST ".\n");
3186 BAD_CAST des, BAD_CAST message);
3191 BAD_CAST des, BAD_CAST content);
3195 BAD_CAST des, NULL);
4613 if ((prop->ns == NULL) && xmlStrEqual(prop->name, BAD_CAST name))
4641 xmlStrEqual(prop->name, BAD_CAST name) &&
4642 xmlStrEqual(prop->ns->href, BAD_CAST uri))
4686 val = xmlGetNoNsProp(node, BAD_CAST name);
6126 if (xmlStrEqual(BAD_CAST value, BAD_CAST "true"))
6128 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "false"))
6130 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "1"))
6132 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "0"))
6139 NULL, BAD_CAST value,
6174 if (xmlStrEqual(val, BAD_CAST "true"))
6176 else if (xmlStrEqual(val, BAD_CAST "false"))
6178 else if (xmlStrEqual(val, BAD_CAST "1"))
6180 else if (xmlStrEqual(val, BAD_CAST "0"))
6516 (!xmlStrEqual(attr->name, BAD_CAST "id"))) ||
6525 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
6541 (!xmlStrEqual(attr->name, BAD_CAST "source"))) ||
6563 if (!xmlStrEqual(attr->name, BAD_CAST "source")) {
6569 (xmlStrEqual(attr->name, BAD_CAST "lang") &&
6664 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
6672 if (xmlStrEqual(fixed, BAD_CAST "true"))
6737 if ((attr == NULL) || (xmlStrEqual(ns, BAD_CAST "##any")))
6739 else if (xmlStrEqual(ns, BAD_CAST "##other")) {
6758 if ((xmlStrEqual(nsItem, BAD_CAST "##other")) ||
6759 (xmlStrEqual(nsItem, BAD_CAST "##any"))) {
6769 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
6771 } else if (xmlStrEqual(nsItem, BAD_CAST "##local")) {
6889 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
6890 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
6891 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
6892 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
6893 (!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
6903 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
6982 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
7032 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
7033 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
7034 (!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
7044 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
7122 if (xmlStrEqual(attr->name, BAD_CAST "id")) {
7125 } else if (xmlStrEqual(attr->name, BAD_CAST "ref")) {
7129 if (xmlStrEqual(attr->name, BAD_CAST "name")) {
7131 } else if (xmlStrEqual(attr->name, BAD_CAST "id")) {
7134 } else if (xmlStrEqual(attr->name, BAD_CAST "type")) {
7138 } else if (xmlStrEqual(attr->name, BAD_CAST "form")) {
7145 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7147 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7158 if (xmlStrEqual(attr->name, BAD_CAST "use")) {
7162 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7164 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7166 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7176 } else if (xmlStrEqual(attr->name, BAD_CAST "default")) {
7190 } else if (xmlStrEqual(attr->name, BAD_CAST "fixed")) {
7265 if (xmlStrEqual(name, BAD_CAST "xmlns")) {
7508 if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) {
7542 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
7543 (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
7544 (!xmlStrEqual(attr->name, BAD_CAST
7545 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
7546 (!xmlStrEqual(attr->name, BAD_CAST "type")))
7560 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7656 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
7657 (!xmlStrEqual(attr->name, BAD_CAST "id")))
7669 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7795 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
7796 (!xmlStrEqual(attr->name, BAD_CAST "id")))
7808 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7856 if (xmlStrEqual(value, BAD_CAST "qualified")) {
7859 } else if (!xmlStrEqual(value, BAD_CAST "unqualified"))
7901 if (xmlStrEqual(value, BAD_CAST "#all")) {
7929 if (xmlStrEqual(item, BAD_CAST "extension")) {
7935 } else if (xmlStrEqual(item, BAD_CAST "restriction")) {
7941 } else if (xmlStrEqual(item, BAD_CAST "substitution")) {
7947 } else if (xmlStrEqual(item, BAD_CAST "list")) {
7953 } else if (xmlStrEqual(item, BAD_CAST "union")) {
8203 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8204 (!xmlStrEqual(attr->name, BAD_CAST "xpath"))) {
8251 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8303 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8304 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
8306 (!xmlStrEqual(attr->name, BAD_CAST "refer")))) {
8337 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8471 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8519 if (xmlStrEqual(attr->name, BAD_CAST "ref") ||
8520 xmlStrEqual(attr->name, BAD_CAST "name") ||
8521 xmlStrEqual(attr->name, BAD_CAST "id") ||
8522 xmlStrEqual(attr->name, BAD_CAST "maxOccurs") ||
8523 xmlStrEqual(attr->name, BAD_CAST "minOccurs"))
8587 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
8589 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) {
8609 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
8610 (!xmlStrEqual(attr->name, BAD_CAST "type")) &&
8611 (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8612 (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
8613 (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
8614 (!xmlStrEqual(attr->name, BAD_CAST "block")) &&
8615 (!xmlStrEqual(attr->name, BAD_CAST "nillable")))
8618 if ((!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
8619 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
8620 (!xmlStrEqual(attr->name, BAD_CAST "form")))
8625 } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
8626 (!xmlStrEqual(attr->name, BAD_CAST "abstract")) &&
8627 (!xmlStrEqual(attr->name, BAD_CAST "substitutionGroup"))) {
8860 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8861 (!xmlStrEqual(attr->name, BAD_CAST "memberTypes"))) {
8871 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8896 NULL, attr, BAD_CAST tmp, &nsName, &localName) == 0) {
9028 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9029 (!xmlStrEqual(attr->name, BAD_CAST "itemType"))) {
9040 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9196 if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
9225 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9226 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
9227 (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
9264 xmlSchemaPValAttrID(ctxt, node, BAD_CAST
9360 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
9361 (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9362 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
9363 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs"))) {
9373 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9462 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
9463 (!xmlStrEqual(attr->name, BAD_CAST "id"))) {
9473 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9623 res = xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
10352 schemaLocation = BAD_CAST "in_memory_buffer";
10369 schemaLocation = BAD_CAST "in_memory_buffer";
10424 schemaLocation = BAD_CAST "in_memory_buffer";
10507 schemaLocation = BAD_CAST "in_memory_buffer";
10534 schemaLocation = BAD_CAST "in_memory_buffer";
10706 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
10707 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
10708 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10854 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
10855 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10865 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
11235 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11236 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
11237 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs"))) {
11254 if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
11269 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11477 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11478 (!xmlStrEqual(attr->name, BAD_CAST "base"))) {
11491 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11781 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11782 (!xmlStrEqual(attr->name, BAD_CAST "base"))) {
11793 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11918 if ((!xmlStrEqual(attr->name, BAD_CAST "id"))) {
11929 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12007 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
12008 (!xmlStrEqual(attr->name, BAD_CAST "mixed")))
12020 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12156 if (xmlStrEqual(attr->name, BAD_CAST "id")) {
12160 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12161 } else if (xmlStrEqual(attr->name, BAD_CAST "mixed")) {
12172 if (xmlStrEqual(attr->name, BAD_CAST "name")) {
12174 } else if (xmlStrEqual(attr->name, BAD_CAST "abstract")) {
12181 } else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
12201 } else if (xmlStrEqual(attr->name, BAD_CAST "block")) {
12753 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12760 start, NULL, BAD_CAST "*", NULL, wild);
12768 pctxt->state, NULL, BAD_CAST "*", ns->value, wild);
12775 start, end, BAD_CAST "*", wild->negNsSet->value,
12792 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12796 start, NULL, BAD_CAST "*", NULL, wild);
12803 start, NULL, BAD_CAST "*", ns->value, wild);
12810 start, hop, BAD_CAST "*", wild->negNsSet->value,
17129 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \
17130 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
17155 msg = xmlStrdup(BAD_CAST "'");
17157 msg = xmlStrcat(msg, BAD_CAST "' has to be");
17159 msg = xmlStrcat(msg, BAD_CAST " equal to");
17161 msg = xmlStrcat(msg, BAD_CAST " greater than");
17163 msg = xmlStrcat(msg, BAD_CAST " less than");
17166 msg = xmlStrcat(msg, BAD_CAST " or equal to");
17167 msg = xmlStrcat(msg, BAD_CAST " '");
17170 msg = xmlStrcat(msg, BAD_CAST "' of the base type");
17172 msg = xmlStrcat(msg, BAD_CAST "'");
18197 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
18761 BAD_CAST "nonNegativeInteger" :
18762 BAD_CAST "positiveInteger",
18769 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
18771 } else if (xmlStrEqual(facet->value, BAD_CAST "replace")) {
18773 } else if (xmlStrEqual(facet->value, BAD_CAST "collapse")) {
19697 BAD_CAST "fixed");
19700 BAD_CAST "default");
21463 return (BAD_CAST "pattern");
21465 return (BAD_CAST "maxExclusive");
21467 return (BAD_CAST "maxInclusive");
21469 return (BAD_CAST "minExclusive");
21471 return (BAD_CAST "minInclusive");
21473 return (BAD_CAST "whiteSpace");
21475 return (BAD_CAST "enumeration");
21477 return (BAD_CAST "length");
21479 return (BAD_CAST "maxLength");
21481 return (BAD_CAST "minLength");
21483 return (BAD_CAST "totalDigits");
21485 return (BAD_CAST "fractionDigits");
21489 return (BAD_CAST "Internal Error");
21869 nsName = xmlSchemaLookupNamespace(vctxt, BAD_CAST prefix);
21899 BAD_CAST xmlStrdup(value), NULL);
22572 *buf = xmlStrdup(BAD_CAST "[");
22574 *buf = xmlStrcat(*buf, BAD_CAST "'");
22579 *buf = xmlStrcat(*buf, BAD_CAST value);
22583 *buf = xmlStrcat(*buf, BAD_CAST "???");
22586 *buf = xmlStrcat(*buf, BAD_CAST "', ");
22588 *buf = xmlStrcat(*buf, BAD_CAST "'");
22594 *buf = xmlStrcat(*buf, BAD_CAST "]");
22596 return (BAD_CAST *buf);
23955 if (xmlStrEqual(localName, BAD_CAST "nil")) {
23959 } else if (xmlStrEqual(localName, BAD_CAST "type")) {
23963 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
23967 } else if (xmlStrEqual(localName, BAD_CAST "noNamespaceSchemaLocation")) {
24424 BAD_CAST xmlStrdup(nsName), BAD_CAST local);
24427 BAD_CAST local);
24489 value = BAD_CAST "";
25513 value = BAD_CAST normValue;
25540 defAttrOwnerElem, BAD_CAST prefix);
25552 iattr->nsName, BAD_CAST prefix);
26189 textChild = xmlNewText(BAD_CAST normValue);
26758 vctxt->inode->value = BAD_CAST xmlStrndup(value, len);
26760 vctxt->inode->value = BAD_CAST xmlStrdup(value);
26774 vctxt->inode->value = BAD_CAST xmlStrncat(
26778 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);
27138 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,