Lines Matching refs:schemaLocation
396 const xmlChar *schemaLocation;
422 const xmlChar *schemaLocation; /* The URI of the schema document. */
451 const xmlChar *schemaLocation;
10013 * @schemaLocation: the URI of the schema document
10018 * @schemaLocation, NULL otherwise.
10022 const xmlChar *schemaLocation)
10035 if (cur->schemaLocation == schemaLocation)
10044 const xmlChar *schemaLocation,
10059 (cur->schemaLocation == schemaLocation) &&
10069 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10192 (const char *) bucket->schemaLocation, pctxt->dict);
10286 const xmlChar *schemaLocation,
10326 if (schemaLocation != NULL) {
10327 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation);
10354 if (schemaLocation == NULL) {
10372 if (schemaLocation == NULL)
10373 schemaLocation = BAD_CAST "in_memory_buffer";
10374 if (!xmlStrEqual(schemaLocation,
10375 bkt->schemaLocation)) {
10380 schemaLocation, NULL);
10389 if (schemaLocation == NULL)
10390 schemaLocation = BAD_CAST "in_memory_buffer";
10391 if (!xmlStrEqual(schemaLocation,
10392 bkt->schemaLocation)) {
10397 schemaLocation, NULL);
10405 * Given that the schemaLocation [attribute] is only a hint, it is open
10407 * namespace, regardless of the `actual value` of schemaLocation, but
10433 if (bkt->schemaLocation == NULL) {
10435 bkt->schemaLocation = schemaLocation;
10437 if (!xmlStrEqual(schemaLocation,
10438 bkt->schemaLocation)) {
10444 if (schemaLocation == NULL)
10445 schemaLocation = BAD_CAST "in_memory_buffer";
10453 schemaLocation, importNamespace, bkt->schemaLocation);
10488 schemaLocation, sourceTargetNamespace);
10525 schemaLocation = xmlDictLookup(pctxt->dict,
10528 schemaLocation = BAD_CAST "in_memory_buffer";
10529 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) {
10547 if (schemaLocation != NULL) {
10549 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation,
10555 schemaLocation = BAD_CAST "in_memory_buffer";
10557 doc->URL = xmlStrdup(schemaLocation);
10591 schemaLocation, NULL);
10617 schemaLocation, NULL);
10631 schemaLocation, NULL);
10651 bkt->schemaLocation = schemaLocation;
10712 const xmlChar *namespaceName = NULL, *schemaLocation = NULL;
10729 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10754 "schemaLocation", xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI),
10755 &schemaLocation) != 0) {
10760 NULL, schemaLocation, NULL, NULL, NULL);
10822 if (schemaLocation != NULL)
10823 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict,
10824 schemaLocation, node);
10826 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace,
10837 * located or if there was no schemaLocation.
10839 if ((bucket == NULL) && (schemaLocation != NULL)) {
10844 "Skipping the import", schemaLocation, NULL, NULL);
10858 xmlChar **schemaLocation,
10864 (schemaLocation == NULL))
10867 *schemaLocation = NULL;
10876 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10892 * Attribute "schemaLocation" is mandatory.
10894 attr = xmlSchemaGetPropNode(node, "schemaLocation");
10901 (const xmlChar **) schemaLocation) != 0)
10905 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10907 uri = xmlBuildURI(*schemaLocation, base);
10912 "could not build an URI from the schemaLocation")
10915 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
10920 NULL, node, "schemaLocation", NULL);
10926 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
10932 *schemaLocation);
10938 *schemaLocation);
10957 const xmlChar *schemaLocation = NULL;
10966 * Parse attributes. Note that the returned schemaLocation will
10970 node, (xmlChar **) (&schemaLocation), type);
10976 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL,
10994 * schemaLocation [attribute] to fail to resolve it all, in which
11002 schemaLocation, NULL);
11011 * schemaLocation [attribute] must successfully resolve."
11019 schemaLocation, NULL);
11041 schemaLocation, NULL);
11052 bucket->origTargetNamespace, schemaLocation,
11070 schemaLocation, NULL);
21723 * the xsi:schemaLocation or xsi:noNamespaceSchemaLocation attribute
21744 * @noNamespaceSchemaLocation AND @schemaLocation on the same
21787 * If using @schemaLocation then tuples are expected.
23993 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
25135 * whose local name is one of type, nil, schemaLocation or
25221 * [local name] is one of type, nil, schemaLocation or