Lines Matching refs:schemaLocation
396 const xmlChar *schemaLocation;
422 const xmlChar *schemaLocation; /* The URI of the schema document. */
451 const xmlChar *schemaLocation;
10026 * @schemaLocation: the URI of the schema document
10031 * @schemaLocation, NULL otherwise.
10035 const xmlChar *schemaLocation)
10048 if (cur->schemaLocation == schemaLocation)
10057 const xmlChar *schemaLocation,
10072 (cur->schemaLocation == schemaLocation) &&
10082 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10205 (const char *) bucket->schemaLocation, pctxt->dict);
10299 const xmlChar *schemaLocation,
10339 if (schemaLocation != NULL) {
10340 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation);
10367 if (schemaLocation == NULL) {
10385 if (schemaLocation == NULL)
10386 schemaLocation = BAD_CAST "in_memory_buffer";
10387 if (!xmlStrEqual(schemaLocation,
10388 bkt->schemaLocation)) {
10393 schemaLocation, NULL);
10402 if (schemaLocation == NULL)
10403 schemaLocation = BAD_CAST "in_memory_buffer";
10404 if (!xmlStrEqual(schemaLocation,
10405 bkt->schemaLocation)) {
10410 schemaLocation, NULL);
10418 * Given that the schemaLocation [attribute] is only a hint, it is open
10420 * namespace, regardless of the `actual value` of schemaLocation, but
10446 if (bkt->schemaLocation == NULL) {
10448 bkt->schemaLocation = schemaLocation;
10450 if (!xmlStrEqual(schemaLocation,
10451 bkt->schemaLocation)) {
10457 if (schemaLocation == NULL)
10458 schemaLocation = BAD_CAST "in_memory_buffer";
10466 schemaLocation, importNamespace, bkt->schemaLocation);
10501 schemaLocation, sourceTargetNamespace);
10538 schemaLocation = xmlDictLookup(pctxt->dict,
10541 schemaLocation = BAD_CAST "in_memory_buffer";
10542 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) {
10560 if (schemaLocation != NULL) {
10562 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation,
10568 schemaLocation = BAD_CAST "in_memory_buffer";
10570 doc->URL = xmlStrdup(schemaLocation);
10604 schemaLocation, NULL);
10630 schemaLocation, NULL);
10644 schemaLocation, NULL);
10664 bkt->schemaLocation = schemaLocation;
10725 const xmlChar *namespaceName = NULL, *schemaLocation = NULL;
10742 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10767 "schemaLocation", xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI),
10768 &schemaLocation) != 0) {
10773 NULL, schemaLocation, NULL, NULL, NULL);
10835 if (schemaLocation != NULL)
10836 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict,
10837 schemaLocation, node);
10839 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace,
10850 * located or if there was no schemaLocation.
10852 if ((bucket == NULL) && (schemaLocation != NULL)) {
10857 "Skipping the import", schemaLocation, NULL, NULL);
10871 xmlChar **schemaLocation,
10877 (schemaLocation == NULL))
10880 *schemaLocation = NULL;
10889 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10905 * Attribute "schemaLocation" is mandatory.
10907 attr = xmlSchemaGetPropNode(node, "schemaLocation");
10914 (const xmlChar **) schemaLocation) != 0)
10918 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10920 uri = xmlBuildURI(*schemaLocation, base);
10925 "could not build an URI from the schemaLocation")
10928 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
10933 NULL, node, "schemaLocation", NULL);
10939 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
10945 *schemaLocation);
10951 *schemaLocation);
10970 const xmlChar *schemaLocation = NULL;
10979 * Parse attributes. Note that the returned schemaLocation will
10983 node, (xmlChar **) (&schemaLocation), type);
10989 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL,
11007 * schemaLocation [attribute] to fail to resolve it all, in which
11015 schemaLocation, NULL);
11024 * schemaLocation [attribute] must successfully resolve."
11032 schemaLocation, NULL);
11054 schemaLocation, NULL);
11065 bucket->origTargetNamespace, schemaLocation,
11083 schemaLocation, NULL);
21736 * the xsi:schemaLocation or xsi:noNamespaceSchemaLocation attribute
21757 * @noNamespaceSchemaLocation AND @schemaLocation on the same
21800 * If using @schemaLocation then tuples are expected.
24006 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
25148 * whose local name is one of type, nil, schemaLocation or
25234 * [local name] is one of type, nil, schemaLocation or