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 AppSchemaValidatorAppSchemaValidator.buildValidator(SchemaResolver resolver) Construct anAppSchemaValidatorthat 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 GMLConfigurationuntil 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 TypeMethodDescriptionvoidEmfComplexFeatureReader.setResolver(SchemaResolver resolver)