• 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
10112 const xmlChar *schemaLocation) in xmlSchemaGetSchemaBucket() argument
10125 if (cur->schemaLocation == schemaLocation) in xmlSchemaGetSchemaBucket()
10134 const xmlChar *schemaLocation, in xmlSchemaGetChameleonSchemaBucket() argument
10149 (cur->schemaLocation == schemaLocation) && in xmlSchemaGetChameleonSchemaBucket()
10159 (((b)->doc == NULL) && ((b)->schemaLocation != NULL))
10282 (const char *) bucket->schemaLocation, pctxt->dict); in xmlSchemaParseNewDoc()
10376 const xmlChar *schemaLocation, in xmlSchemaAddSchemaDoc() argument
10416 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10417 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation); in xmlSchemaAddSchemaDoc()
10444 if (schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10462 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10463 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10464 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10465 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10470 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10479 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10480 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10481 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10482 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10487 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10523 if (bkt->schemaLocation == NULL) { in xmlSchemaAddSchemaDoc()
10525 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10527 if (!xmlStrEqual(schemaLocation, in xmlSchemaAddSchemaDoc()
10528 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()
10534 if (schemaLocation == NULL) in xmlSchemaAddSchemaDoc()
10535 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10543 schemaLocation, importNamespace, bkt->schemaLocation); in xmlSchemaAddSchemaDoc()
10578 schemaLocation, sourceTargetNamespace); in xmlSchemaAddSchemaDoc()
10615 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc()
10618 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10619 } else if ((schemaLocation != NULL) || (schemaBuffer != NULL)) { in xmlSchemaAddSchemaDoc()
10637 if (schemaLocation != NULL) { in xmlSchemaAddSchemaDoc()
10639 doc = xmlCtxtReadFile(parserCtxt, (const char *) schemaLocation, in xmlSchemaAddSchemaDoc()
10645 schemaLocation = BAD_CAST "in_memory_buffer"; in xmlSchemaAddSchemaDoc()
10647 doc->URL = xmlStrdup(schemaLocation); in xmlSchemaAddSchemaDoc()
10681 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10707 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10721 schemaLocation, NULL); in xmlSchemaAddSchemaDoc()
10741 bkt->schemaLocation = schemaLocation; in xmlSchemaAddSchemaDoc()
10802 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; in xmlSchemaParseImport() local
10845 &schemaLocation) != 0) { in xmlSchemaParseImport()
10850 NULL, schemaLocation, NULL, NULL, NULL); in xmlSchemaParseImport()
10912 if (schemaLocation != NULL) in xmlSchemaParseImport()
10913 schemaLocation = xmlSchemaBuildAbsoluteURI(pctxt->dict, in xmlSchemaParseImport()
10914 schemaLocation, node); in xmlSchemaParseImport()
10916 schemaLocation, NULL, NULL, 0, node, thisTargetNamespace, in xmlSchemaParseImport()
10929 if ((bucket == NULL) && (schemaLocation != NULL)) { in xmlSchemaParseImport()
10934 "Skipping the import", schemaLocation, NULL, NULL); in xmlSchemaParseImport()
10948 xmlChar **schemaLocation, in xmlSchemaParseIncludeOrRedefineAttrs() argument
10954 (schemaLocation == NULL)) in xmlSchemaParseIncludeOrRedefineAttrs()
10957 *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefineAttrs()
10991 (const xmlChar **) schemaLocation) != 0) in xmlSchemaParseIncludeOrRedefineAttrs()
10995 uri = xmlBuildURI(*schemaLocation, node->doc->URL); in xmlSchemaParseIncludeOrRedefineAttrs()
10997 uri = xmlBuildURI(*schemaLocation, base); in xmlSchemaParseIncludeOrRedefineAttrs()
11005 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1); in xmlSchemaParseIncludeOrRedefineAttrs()
11016 if (xmlStrEqual(*schemaLocation, pctxt->URL)) { in xmlSchemaParseIncludeOrRedefineAttrs()
11022 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
11028 *schemaLocation); in xmlSchemaParseIncludeOrRedefineAttrs()
11047 const xmlChar *schemaLocation = NULL; in xmlSchemaParseIncludeOrRedefine() local
11060 node, (xmlChar **) (&schemaLocation), type); in xmlSchemaParseIncludeOrRedefine()
11066 res = xmlSchemaAddSchemaDoc(pctxt, type, schemaLocation, NULL, in xmlSchemaParseIncludeOrRedefine()
11092 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11109 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11131 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()
11142 bucket->origTargetNamespace, schemaLocation, in xmlSchemaParseIncludeOrRedefine()
11160 schemaLocation, NULL); in xmlSchemaParseIncludeOrRedefine()