Uses of Class
org.geotools.xml.AppSchemaResolver

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

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

Methods in org.geotools.data.complex.config that return AppSchemaResolver
 AppSchemaResolver EmfAppSchemaReader.getResolver()
           
 

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

Uses of AppSchemaResolver in org.geotools.xml
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.