Uses of Class
org.geotools.xml.resolver.SchemaCatalog

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

Uses of SchemaCatalog in org.geotools.xml
 

Methods in org.geotools.xml with parameters of type SchemaCatalog
static AppSchemaValidator AppSchemaValidator.buildValidator(SchemaCatalog catalog)
          Construct an AppSchemaValidator that performs schema validation against schemas found using an SchemaResolver with a SchemaCatalog.
static void AppSchemaValidator.validate(InputStream input, SchemaCatalog catalog)
          Perform schema validation of an XML instance document read from an input stream against schemas found on the classpath using the convention described in SchemaResolver.getSimpleHttpResourcePath(java.net.URI).
static void AppSchemaValidator.validate(String xml, SchemaCatalog catalog)
          Perform schema validation of an XML instance document in a string against schemas found on the classpath using the convention described in SchemaResolver.getSimpleHttpResourcePath(java.net.URI).
static void AppSchemaValidator.validateResource(String name, SchemaCatalog catalog)
          Perform schema validation of an XML instance document read from a classpath resource against schemas found on the classpath using the convention described in SchemaResolver.getSimpleHttpResourcePath(java.net.URI).
 

Uses of SchemaCatalog in org.geotools.xml.resolver
 

Methods in org.geotools.xml.resolver that return SchemaCatalog
static SchemaCatalog SchemaCatalog.build(URL catalogLocation)
          Build an catalog using the given OASIS Catalog file URL.
 

Constructors in org.geotools.xml.resolver with parameters of type SchemaCatalog
SchemaResolver(SchemaCatalog catalog)
          Convenience constructor for a resolver with no cache.
SchemaResolver(SchemaCatalog catalog, boolean classpath, SchemaCache cache)
          Constructor.
SchemaResolver(SchemaCatalog catalog, SchemaCache cache)
          Constructor.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.