Uses of Class
org.geotools.xml.resolver.SchemaResolver
-
Packages that use SchemaResolver Package Description org.geotools.appschema.resolver.xml org.geotools.data.complex.util -
-
Uses of SchemaResolver in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaResolver Modifier and Type Method Description static AppSchemaValidator
AppSchemaValidator. buildValidator(SchemaResolver resolver)
Construct anAppSchemaValidator
that performs schema validation against schemas found using anSchemaResolver
.Constructors in org.geotools.appschema.resolver.xml with parameters of type SchemaResolver Constructor Description AppSchemaConfiguration(String namespace, String schemaLocation, SchemaResolver resolver)
Because we do not know the dependent GMLConfiguration
until runtime, it must be specified as a constructor argument.AppSchemaLocationResolver(SchemaResolver resolver)
Constructor.AppSchemaXSD(String namespaceUri, String schemaLocation, SchemaResolver resolver)
-
Uses of SchemaResolver in org.geotools.data.complex.util
Methods in org.geotools.data.complex.util that return SchemaResolver Modifier and Type Method Description SchemaResolver
EmfComplexFeatureReader. getResolver()
Methods in org.geotools.data.complex.util with parameters of type SchemaResolver Modifier and Type Method Description void
EmfComplexFeatureReader. setResolver(SchemaResolver resolver)
-