Uses of Class
org.geotools.appschema.resolver.xml.AppSchemaValidator
-
Packages that use AppSchemaValidator Package Description org.geotools.appschema.resolver.xml -
-
Uses of AppSchemaValidator in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml that return AppSchemaValidator Modifier and Type Method Description static 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.
-