• Home
  • Raw
  • Download

Lines Matching refs:schemaLocation

403     const xmlChar *schemaLocation;  member
429 const xmlChar *schemaLocation; /* The URI of the schema document. */ member
458 const xmlChar *schemaLocation; member
10061 const xmlChar *schemaLocation) in xmlSchemaGetSchemaBucket() argument
10074 if (cur->schemaLocation == schemaLocation) in xmlSchemaGetSchemaBucket()
10083 const xmlChar *schemaLocation, in xmlSchemaGetChameleonSchemaBucket() argument
10098 (cur->schemaLocation == schemaLocation) && in xmlSchemaGetChameleonSchemaBucket()
10108 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10231 (const char *) bucket->schemaLocation, pctxt->dict); in xmlSchemaParseNewDoc()
10325 const xmlChar *schemaLocation, in xmlSchemaAddSchemaDoc() argument
10365 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10366 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation); in xmlSchemaAddSchemaDoc()
10393 if (schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10411 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10412 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10413 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10414 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10419 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10428 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10429 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10430 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10431 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10436 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10472 if (bkt->schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10474 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10476 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10477 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10483 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10484 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10492 schemaLocation, importNamespace, bkt->schemaLocation); in xmlSchemaAddSchemaDoc()
10527 schemaLocation, sourceTargetNamespace); in xmlSchemaAddSchemaDoc()
10564 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc()
10567 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10568 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) { in xmlSchemaAddSchemaDoc()
10586 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10588 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation, in xmlSchemaAddSchemaDoc()
10594 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10596 doc->URL = xmlStrdup(schemaLocation); in xmlSchemaAddSchemaDoc()
10630 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10656 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10670 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10690 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10751 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; in xmlSchemaParseImport() local
10794 &schemaLocation) != 0) { in xmlSchemaParseImport()
10799 NULL, schemaLocation, NULL, NULL, NULL); in xmlSchemaParseImport()
10861 if (schemaLocation != NULL) in xmlSchemaParseImport()
10862 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict, in xmlSchemaParseImport()
10863 schemaLocation, node); in xmlSchemaParseImport()
10865 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace, in xmlSchemaParseImport()
10878 if ((bucket == NULL) && (schemaLocation != NULL)) { in xmlSchemaParseImport()
10883 "Skipping the import", schemaLocation, NULL, NULL); in xmlSchemaParseImport()
10897 xmlChar **schemaLocation, in xmlSchemaParseIncludeOrRedefineAttrs() argument
10903 (schemaLocation == NULL)) in xmlSchemaParseIncludeOrRedefineAttrs()
10906 *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefineAttrs()
10940 (const xmlChar **) schemaLocation) != 0) in xmlSchemaParseIncludeOrRedefineAttrs()
10944 uri = xmlBuildURI(*schemaLocation, node->doc->URL); in xmlSchemaParseIncludeOrRedefineAttrs()
10946 uri = xmlBuildURI(*schemaLocation, base); in xmlSchemaParseIncludeOrRedefineAttrs()
10954 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1); in xmlSchemaParseIncludeOrRedefineAttrs()
10965 if (xmlStrEqual(*schemaLocation, pctxt->URL)) { in xmlSchemaParseIncludeOrRedefineAttrs()
10971 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
10977 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
10996 const xmlChar *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefine() local
11009 node, (xmlChar **) (&schemaLocation), type); in xmlSchemaParseIncludeOrRedefine()
11015 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL, in xmlSchemaParseIncludeOrRedefine()
11041 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11058 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11080 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11091 bucket->origTargetNamespace, schemaLocation, in xmlSchemaParseIncludeOrRedefine()
11109 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()