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 AppSchemaValidatorAppSchemaValidator.buildValidator()Construct anAppSchemaValidatorthat performs schema validation against schemas found on the classpath using the convention described inSchemaResolver.getSimpleHttpResourcePath(java.net.URI).static AppSchemaValidatorAppSchemaValidator.buildValidator(SchemaCatalog catalog) Construct anAppSchemaValidatorthat performs schema validation against schemas found using anSchemaResolverwith aSchemaCatalog.static AppSchemaValidatorAppSchemaValidator.buildValidator(SchemaResolver resolver) Construct anAppSchemaValidatorthat performs schema validation against schemas found using anSchemaResolver.