Uses of Class
org.geotools.xml.resolver.SchemaResolver

Packages that use SchemaResolver
org.geotools.data.complex.config   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
 

Uses of SchemaResolver in org.geotools.data.complex.config
 

Methods in org.geotools.data.complex.config that return SchemaResolver
 SchemaResolver EmfComplexFeatureReader.getResolver()
           
 

Methods in org.geotools.data.complex.config with parameters of type SchemaResolver
 void EmfComplexFeatureReader.setResolver(SchemaResolver resolver)
           
 

Uses of SchemaResolver in org.geotools.xml
 

Methods in org.geotools.xml with parameters of type SchemaResolver
static AppSchemaValidator AppSchemaValidator.buildValidator(SchemaResolver resolver)
          Construct an AppSchemaValidator that performs schema validation against schemas found using an SchemaResolver.
 

Constructors in org.geotools.xml with parameters of type SchemaResolver
AppSchemaConfiguration(String namespace, String schemaLocation, SchemaResolver resolver)
          Because we do not know the dependent GML Configuration until runtime, it must be specified as a constructor argument.
AppSchemaLocationResolver(SchemaResolver resolver)
          Constructor.
AppSchemaXSD(String namespaceUri, String schemaLocation, SchemaResolver resolver)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.