| |
|
| java.lang.Object org.geotools.xml.Configuration org.geotools.gml3.ApplicationSchemaConfiguration
ApplicationSchemaConfiguration | public class ApplicationSchemaConfiguration extends Configuration (Code) | | An xml configuration for application schemas.
This Configuration expects the namespace and schema location URI of the main
xsd file for a given application schema and is able to resolve the schema
location for the includes and imports as well as they're defined as relative
paths and the provided schemaLocation is a file URI.
author: Justin Deoliveira, The Open Planning Project author: Gabriel Roldan, Axios Engineering version: $Id: ApplicationSchemaConfiguration.java 27504 2007-10-15 22:38:02Z version: groldan $ since: 2.4 |
ApplicationSchemaConfiguration | public ApplicationSchemaConfiguration(String namespace, String schemaLocation)(Code) | | |
getSchemaLocationResolver | public XSDSchemaLocationResolver getSchemaLocationResolver()(Code) | | Returns a
XSDSchemaLocationResolver that expects to be asked for
the location of the schema file for the imports and includes of the
schema targeted by this configuration, and is able to resolve their
actual locations as relative paths to
ApplicationSchemaConfiguration.getSchemaFileURL() this schema location , if available.
a XSDSchemaLocationResolver that |
|
|
|