Uses of Class
org.geotools.appschema.resolver.xml.AppSchemaValidator
Packages that use AppSchemaValidator
-
Uses of AppSchemaValidator in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml that return AppSchemaValidatorModifier and TypeMethodDescriptionstatic AppSchemaValidator
AppSchemaValidator.buildValidator()
Construct anAppSchemaValidator
that performs schema validation against schemas found on the classpath using the convention described inSchemaResolver.getSimpleHttpResourcePath(java.net.URI)
.static AppSchemaValidator
AppSchemaValidator.buildValidator
(SchemaCatalog catalog) Construct anAppSchemaValidator
that performs schema validation against schemas found using anSchemaResolver
with aSchemaCatalog
.static AppSchemaValidator
AppSchemaValidator.buildValidator
(SchemaResolver resolver) Construct anAppSchemaValidator
that performs schema validation against schemas found using anSchemaResolver
.