Home
last modified time | relevance | path

Searched refs:schemaLocations (Results 1 – 25 of 59) sorted by relevance

123

/dports/textproc/nux/nux/src/nux/xom/pool/
H A DBuilderFactory.java312 public Builder createW3CBuilder(Map schemaLocations) {
315 setupW3CParser(parser, schemaLocations);
501 private void setupW3CParser(XMLReader parser, Map schemaLocations)
507 if (schemaLocations == null || schemaLocations.size() == 0) return;
513 Iterator iter = schemaLocations.entrySet().iterator();
518 throw new IllegalArgumentException("schema must not be null: " + schemaLocations);
530 throw new IllegalArgumentException("schema must not have length zero: " + schemaLocations);
540 …alArgumentException("must not specify more than one schema without namespace: " + schemaLocations);
H A DBuilderPool.java213 public Builder getW3CBuilder(Map schemaLocations) { in getW3CBuilder() argument
214 Object key = Pool.createHashKeys(new Object[] {schemaLocations, null}); in getW3CBuilder()
218 builder = factory.createW3CBuilder(schemaLocations); in getW3CBuilder()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/ap/
H A DSchemaGenerator.java73 private final Map<String,File> schemaLocations = new HashMap<String, File>(); field in SchemaGenerator
81 schemaLocations.putAll(m); in SchemaGenerator()
107 if (schemaLocations.containsKey(namespaceUri)) { in process()
108 file = schemaLocations.get(namespaceUri); in process()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/ap/
H A DSchemaGenerator.java73 private final Map<String,File> schemaLocations = new HashMap<String, File>(); field in SchemaGenerator
81 schemaLocations.putAll(m); in SchemaGenerator()
107 if (schemaLocations.containsKey(namespaceUri)) { in process()
108 file = schemaLocations.get(namespaceUri); in process()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaSet.cs45 Hashtable schemaLocations;
102 schemaLocations = new Hashtable();
254 return schemaLocations;
623 schemaLocations.Remove(schema.BaseUri);
770 schemaLocations.Add(schema.BaseUri, schema);
840 schemaLocations.CopyTo(oldLocations, 0);
867 schema = (XmlSchema)schemaLocations[schemaUri];
1020 schemaLocations.Remove(schema.BaseUri);
1050 prep.SchemaLocations = schemaLocations;
1090 schemaLocations.Add(baseUri, currentSchema);
[all …]
H A DSchemaCollectionpreProcessor.cs32 Hashtable schemaLocations; field in System.Xml.Schema.SchemaCollectionPreprocessor
56 schemaLocations = new Hashtable(); //new Dictionary<Uri, Uri>(); in Execute()
58 schemaLocations.Add(schema.BaseUri, schema.BaseUri); in Execute()
136 if (includeLocation != null && schemaLocations[includeLocation] == null) { in LoadExternals()
137 schemaLocations.Add(includeLocation, includeLocation); in LoadExternals()
151 … if (include.Schema.BaseUri != null && schemaLocations[include.Schema.BaseUri] == null) { in LoadExternals()
152 schemaLocations.Add(include.Schema.BaseUri, include.Schema.BaseUri); in LoadExternals()
162 if(schemaLocations[subUri] != null) { in LoadExternals()
166schemaLocations.Add(subUri, subUri); //The schema for that location is available in LoadExternals()
192 if (ruri != null && schemaLocations[ruri] == null) { in LoadExternals()
[all …]
H A DPreprocessor.cs50 Hashtable schemaLocations; field in System.Xml.Schema.Preprocessor
96 if (schemaLocations[rootSchema.BaseUri] == null) { in Execute()
97 schemaLocations.Add(rootSchema.BaseUri, rootSchema); in Execute()
203 schemaLocations = value;
251 if (includeLocation != null && schemaLocations[includeLocation] == null) { in LoadExternals()
252 schemaLocations.Add(includeLocation, includedSchema); in LoadExternals()
299 if (schemaLocations[ruri] == null) { // Only if location already not processed in LoadExternals()
314 schemaLocations.Add(ruri, include.Schema); in LoadExternals()
342 schemaLocations.Add(ruri, includedSchema); in LoadExternals()
361 … include.Schema = (XmlSchema)schemaLocations[ruri]; //Set schema object even for duplicates in LoadExternals()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/
H A DXmlFileLoader.php408 …$schemaLocations = array('http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR_…
424 $schemaLocations[$items[$i]] = $path;
431 foreach ($schemaLocations as $namespace => $location) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/include/
H A Dxmerl_xsd.hrl45 schemaLocations=[],
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/
H A DXmlFileLoader.php566 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
583 $schemaLocations[$items[$i]] = $path;
590 foreach ($schemaLocations as $namespace => $location) {
/dports/www/phpbb3/phpBB3/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php566 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
583 $schemaLocations[$items[$i]] = $path;
590 foreach ($schemaLocations as $namespace => $location) {
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php566 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
583 $schemaLocations[$items[$i]] = $path;
590 foreach ($schemaLocations as $namespace => $location) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/
H A DXmlFileLoader.php566 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
583 $schemaLocations[$items[$i]] = $path;
590 foreach ($schemaLocations as $namespace => $location) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php566 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
583 $schemaLocations[$items[$i]] = $path;
590 foreach ($schemaLocations as $namespace => $location) {
/dports/textproc/p5-XML-Compile/XML-Compile-1.63/lib/XML/Compile/Schema/
H A DInstance.pod139 Returns a list of all schemaLocations specified with the import $ns
148 Returns a list of all schemaLocations which where specified with include
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php588 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
605 $schemaLocations[$items[$i]] = $path;
612 foreach ($schemaLocations as $namespace => $location) {
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php580 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
597 $schemaLocations[$items[$i]] = $path;
604 foreach ($schemaLocations as $namespace => $location) {
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php588 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
605 $schemaLocations[$items[$i]] = $path;
612 foreach ($schemaLocations as $namespace => $location) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/dependency-injection/Loader/
H A DXmlFileLoader.php580 …$schemaLocations = ['http://symfony.com/schema/dic/services' => str_replace('\\', '/', __DIR__.'/s…
597 $schemaLocations[$items[$i]] = $path;
604 foreach ($schemaLocations as $namespace => $location) {

123