• Home
  • Raw
  • Download

Lines Matching refs:schemaLocation

432     const xmlChar *schemaLocation;  member
458 const xmlChar *schemaLocation; /* The URI of the schema document. */ member
487 const xmlChar *schemaLocation; member
10090 const xmlChar *schemaLocation) in xmlSchemaGetSchemaBucket() argument
10103 if (cur->schemaLocation == schemaLocation) in xmlSchemaGetSchemaBucket()
10112 const xmlChar *schemaLocation, in xmlSchemaGetChameleonSchemaBucket() argument
10127 (cur->schemaLocation == schemaLocation) && in xmlSchemaGetChameleonSchemaBucket()
10137 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10260 (const char *) bucket->schemaLocation, pctxt->dict); in xmlSchemaParseNewDoc()
10354 const xmlChar *schemaLocation, in xmlSchemaAddSchemaDoc() argument
10394 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10395 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation); in xmlSchemaAddSchemaDoc()
10422 if (schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10440 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10441 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10442 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10443 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10448 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10457 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10458 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10459 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10460 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10465 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10501 if (bkt->schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10503 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10505 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10506 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10512 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10513 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10521 schemaLocation, importNamespace, bkt->schemaLocation); in xmlSchemaAddSchemaDoc()
10556 schemaLocation, sourceTargetNamespace); in xmlSchemaAddSchemaDoc()
10593 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc()
10596 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10597 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) { in xmlSchemaAddSchemaDoc()
10615 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10617 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation, in xmlSchemaAddSchemaDoc()
10623 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10625 doc->URL = xmlStrdup(schemaLocation); in xmlSchemaAddSchemaDoc()
10659 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10685 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10699 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10719 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10780 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; in xmlSchemaParseImport() local
10823 &schemaLocation) != 0) { in xmlSchemaParseImport()
10828 NULL, schemaLocation, NULL, NULL, NULL); in xmlSchemaParseImport()
10890 if (schemaLocation != NULL) in xmlSchemaParseImport()
10891 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict, in xmlSchemaParseImport()
10892 schemaLocation, node); in xmlSchemaParseImport()
10894 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace, in xmlSchemaParseImport()
10907 if ((bucket == NULL) && (schemaLocation != NULL)) { in xmlSchemaParseImport()
10912 "Skipping the import", schemaLocation, NULL, NULL); in xmlSchemaParseImport()
10926 xmlChar **schemaLocation, in xmlSchemaParseIncludeOrRedefineAttrs() argument
10932 (schemaLocation == NULL)) in xmlSchemaParseIncludeOrRedefineAttrs()
10935 *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefineAttrs()
10969 (const xmlChar **) schemaLocation) != 0) in xmlSchemaParseIncludeOrRedefineAttrs()
10973 uri = xmlBuildURI(*schemaLocation, node->doc->URL); in xmlSchemaParseIncludeOrRedefineAttrs()
10975 uri = xmlBuildURI(*schemaLocation, base); in xmlSchemaParseIncludeOrRedefineAttrs()
10983 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1); in xmlSchemaParseIncludeOrRedefineAttrs()
10994 if (xmlStrEqual(*schemaLocation, pctxt->URL)) { in xmlSchemaParseIncludeOrRedefineAttrs()
11000 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
11006 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
11025 const xmlChar *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefine() local
11038 node, (xmlChar **) (&schemaLocation), type); in xmlSchemaParseIncludeOrRedefine()
11044 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL, in xmlSchemaParseIncludeOrRedefine()
11070 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11087 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11109 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11120 bucket->origTargetNamespace, schemaLocation, in xmlSchemaParseIncludeOrRedefine()
11138 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()