Uses of Class
org.geotools.xml.AppSchemaValidator

Packages that use AppSchemaValidator
org.geotools.xml Package supporting XML parsing with a focus on GML. 
 

Uses of AppSchemaValidator in org.geotools.xml
 

Methods in org.geotools.xml that return AppSchemaValidator
static AppSchemaValidator AppSchemaValidator.buildValidator()
          Construct an AppSchemaValidator that performs schema validation against schemas found on the classpath using the convention described in SchemaResolver.getSimpleHttpResourcePath(java.net.URI).
static AppSchemaValidator AppSchemaValidator.buildValidator(SchemaCatalog catalog)
          Construct an AppSchemaValidator that performs schema validation against schemas found using an SchemaResolver with a SchemaCatalog.
static AppSchemaValidator AppSchemaValidator.buildValidator(SchemaResolver resolver)
          Construct an AppSchemaValidator that performs schema validation against schemas found using an SchemaResolver.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.