Uses of Class
org.geotools.xml.resolver.SchemaResolver
Packages that use SchemaResolver
-
Uses of SchemaResolver in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaResolverModifier and TypeMethodDescriptionstatic 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 SchemaResolverModifierConstructorDescriptionAppSchemaConfiguration
(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 SchemaResolverMethods in org.geotools.data.complex.util with parameters of type SchemaResolverModifier and TypeMethodDescriptionvoid
EmfComplexFeatureReader.setResolver
(SchemaResolver resolver)