Home | History | Annotate | Download | only in libxml2

Lines Matching refs: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) {
10349 if (schemaLocation == NULL)
10350 schemaLocation = BAD_CAST "in_memory_buffer";
10355 schemaLocation, NULL);
10359 if (schemaLocation == NULL)
10360 schemaLocation = BAD_CAST "in_memory_buffer";
10365 schemaLocation, NULL);
10372 * Given that the schemaLocation [attribute] is only a hint, it is open
10374 * namespace, regardless of the ?actual value? of schemaLocation, but
10400 if (bkt->schemaLocation == NULL) {
10402 bkt->schemaLocation = schemaLocation;
10404 if (!xmlStrEqual(schemaLocation,
10405 bkt->schemaLocation)) {
10411 if (schemaLocation == NULL)
10412 schemaLocation = BAD_CAST "in_memory_buffer";
10420 schemaLocation, importNamespace, bkt->schemaLocation);
10455 schemaLocation, sourceTargetNamespace);
10492 schemaLocation = xmlDictLookup(pctxt->dict,
10495 schemaLocation = BAD_CAST "in_memory_buffer";
10496 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) {
10514 if (schemaLocation != NULL) {
10516 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation,
10522 schemaLocation = xmlStrdup(BAD_CAST "in_memory_buffer");
10524 doc->URL = schemaLocation;
10558 schemaLocation, NULL);
10584 schemaLocation, NULL);
10598 schemaLocation, NULL);
10618 bkt->schemaLocation = schemaLocation;
10679 const xmlChar *namespaceName = NULL, *schemaLocation = NULL;
10696 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10721 "schemaLocation", xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI),
10722 &schemaLocation) != 0) {
10789 if (schemaLocation != NULL)
10790 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict,
10791 schemaLocation, node);
10793 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace,
10804 * located or if there was no schemaLocation.
10806 if ((bucket == NULL) && (schemaLocation != NULL)) {
10811 "Skipping the import", schemaLocation, NULL, NULL);
10825 xmlChar **schemaLocation,
10831 (schemaLocation == NULL))
10834 *schemaLocation = NULL;
10843 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10859 * Attribute "schemaLocation" is mandatory.
10861 attr = xmlSchemaGetPropNode(node, "schemaLocation");
10868 (const xmlChar **) schemaLocation) != 0)
10872 uri = xmlBuildURI(*schemaLocation, node->doc->URL);
10874 uri = xmlBuildURI(*schemaLocation, base);
10879 "could not build an URI from the schemaLocation")
10882 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
10887 NULL, node, "schemaLocation", NULL);
10893 if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
10899 *schemaLocation);
10905 *schemaLocation);
10924 const xmlChar *schemaLocation = NULL;
10933 * Parse attributes. Note that the returned schemaLocation will
10937 node, (xmlChar **) (&schemaLocation), type);
10943 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL,
10961 * schemaLocation [attribute] to fail to resolve it all, in which
10969 schemaLocation, NULL);
10978 * schemaLocation [attribute] must successfully resolve."
10986 schemaLocation, NULL);
11008 schemaLocation, NULL);
11019 bucket->origTargetNamespace, schemaLocation,
21623 * the xsi:schemaLocation or xsi:noNamespaceSchemaLocation attribute
21644 * @noNamespaceSchemaLocation AND @schemaLocation on the same
21687 * If using @schemaLocation then tuples are expected.
23891 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
25033 * whose local name is one of type, nil, schemaLocation or
25119 * [local name] is one of type, nil, schemaLocation or