Uses of Class
org.geotools.xml.resolver.SchemaCatalog
Packages that use SchemaCatalog
-
Uses of SchemaCatalog in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaCatalogModifier and TypeMethodDescriptionstatic 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 SchemaCatalogModifier and TypeMethodDescriptionstatic SchemaCatalog
Build an catalog using the given OASIS Catalog file URL.Constructors in org.geotools.xml.resolver with parameters of type SchemaCatalogModifierConstructorDescriptionSchemaResolver
(SchemaCatalog catalog) Convenience constructor for a resolver with no cache.SchemaResolver
(SchemaCatalog catalog, boolean classpath, SchemaCache cache) Constructor.SchemaResolver
(SchemaCatalog catalog, SchemaCache cache) Constructor.