Uses of Class
org.geotools.xml.resolver.SchemaCatalog
-
Packages that use SchemaCatalog Package Description org.geotools.appschema.resolver.xml org.geotools.xml.resolver -
-
Uses of SchemaCatalog in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaCatalog Modifier and Type Method Description static AppSchemaValidator
AppSchemaValidator. buildValidator(SchemaCatalog catalog)
Construct anAppSchemaValidator
that performs schema validation against schemas found using anSchemaResolver
with aSchemaCatalog
.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 inSchemaResolver.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 inSchemaResolver.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 inSchemaResolver.getSimpleHttpResourcePath(java.net.URI)
. -
Uses of SchemaCatalog in org.geotools.xml.resolver
Methods in org.geotools.xml.resolver that return SchemaCatalog Modifier and Type Method Description 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 Constructor Description 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.
-