Lines Matching full:schemalocation
396 const xmlChar *schemaLocation;
422 const xmlChar *schemaLocation; /* The URI of the schema document. */
451 const xmlChar *schemaLocation;
9992 * @schemaLocation: the URI of the schema document
9997 * @schemaLocation, NULL otherwise.
10001 const xmlChar *schemaLocation)
10014 if (cur->schemaLocation == schemaLocation)
10023 const xmlChar *schemaLocation,
10038 (cur->schemaLocation == schemaLocation) &&
10048 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10171 (const char *) bucket->schemaLocation, pctxt->dict);
10265 const xmlChar *schemaLocation,
10305 if (schemaLocation != NULL) {
10306 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation);
10333 if (schemaLocation == NULL) {
10351 if (schemaLocation == NULL)
10352 schemaLocation = BAD_CAST "in_memory_buffer";
10353 if (!xmlStrEqual(schemaLocation,
10354 bkt->schemaLocation)) {
10359 schemaLocation, NULL);
10368 if (schemaLocation == NULL)
10369 schemaLocation = BAD_CAST "in_memory_buffer";
10370 if (!xmlStrEqual(schemaLocation,
10371 bkt->schemaLocation)) {
10376 schemaLocation, NULL);
10384 * Given that the schemaLocation [attribute] is only a hint, it is open
10386 * namespace, regardless of the ?actual value? of schemaLocation, but
10412 schemaLocation == NULL) {
10414 bkt->schemaLocation = schemaLocation;
10416 if (!xmlStrEqual(schemaLocation,
10417 bkt->schemaLocation)) {
10423 if (schemaLocation == NULL)
10424 schemaLocation = BAD_CAST "in_memory_buffer";
10432 schemaLocation, importNamespace, bkt->schemaLocation);
10467 schemaLocation, sourceTargetNamespace);
10504 schemaLocation = xmlDictLookup(pctxt->dict,
10507 schemaLocation = BAD_CAST "in_memory_buffer";
10508 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) {
10526 if (schemaLocation != NULL) {
10528 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation,
10534 schemaLocation = BAD_CAST "in_memory_buffer";
10536 doc->URL = xmlStrdup(schemaLocation);
10570 schemaLocation, NULL);
10596 schemaLocation, NULL);
10610 schemaLocation, NULL);
10630 bkt->schemaLocation = schemaLocation;
10691 const xmlChar *namespaceName = NULL, *schemaLocation = NULL;
10708 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10733 "schemaLocation", xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI),
10734 &schemaLocation) != 0) {
10801 if (schemaLocation != NULL)
10802 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict,
10803 schemaLocation, node);
10805 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace,
10816 * located or if there was no schemaLocation.
10818 if ((bucket == NULL) && (schemaLocation != NULL)) {
10823 "Skipping the import", schemaLocation, NULL, NULL);
10837 xmlChar **schemaLocation,
10843 (schemaLocation == NULL))
10846 *schemaLocation = NULL;
10855 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10871 * Attribute "schemaLocation" is mandatory.
10873 attr = xmlSchemaGetPropNode(node, "schemaLocation");
10880 (const xmlChar **) schemaLocation) != 0)
10884 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10886 uri = xmlBuildURI(*schemaLocation, base);
10891 "could not build an URI from the schemaLocation")
10894 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
10899 NULL, node, "schemaLocation", NULL);
10905 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
10911 *schemaLocation);
10917 *schemaLocation);
10936 const xmlChar *schemaLocation = NULL;
10945 * Parse attributes. Note that the returned schemaLocation will
10949 node, (xmlChar **) (&schemaLocation), type);
10955 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL,
10973 * schemaLocation [attribute] to fail to resolve it all, in which
10981 schemaLocation, NULL);
10990 * schemaLocation [attribute] must successfully resolve."
10998 schemaLocation, NULL);
11020 schemaLocation, NULL);
11031 bucket->origTargetNamespace, schemaLocation,
11049 schemaLocation, NULL);
21693 * the xsi:schemaLocation or xsi:noNamespaceSchemaLocation attribute
21714 * @noNamespaceSchemaLocation AND @schemaLocation on the same
21757 * If using @schemaLocation then tuples are expected.
23963 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
25105 * whose local name is one of type, nil, schemaLocation or
25191 * [local name] is one of type, nil, schemaLocation or