|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.Configuration
org.geotools.xml.AppSchemaConfiguration
public class AppSchemaConfiguration
XML encoder Configuration
that uses AppSchemaResolver
to obtain schemas.
Constructor Summary | |
---|---|
AppSchemaConfiguration(java.lang.String namespace,
java.lang.String schemaLocation,
AppSchemaResolver resolver,
Configuration... dependencies)
Because we do not know the dependent Configurations until runtime, they must be specified as a constructor argument. |
Method Summary |
---|
Methods inherited from class org.geotools.xml.Configuration |
---|
addDependency, allDependencies, configureBindings, configureBindings, configureContext, equals, getContext, getDependencies, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, registerBindings, schema, setupBindings, setupBindings, setupContext |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppSchemaConfiguration(java.lang.String namespace, java.lang.String schemaLocation, AppSchemaResolver resolver, Configuration... dependencies)
namespace
- the namespace URIschemaLocation
- URL giving canonical schema locationresolver
- dependencies
- dependent configurations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |