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 AppSchemaValidatorAppSchemaValidator.buildValidator(SchemaCatalog catalog) Construct anAppSchemaValidatorthat performs schema validation against schemas found using anSchemaResolverwith aSchemaCatalog.static voidAppSchemaValidator.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 voidAppSchemaValidator.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 voidAppSchemaValidator.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 SchemaCatalogBuild 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.