Package org.geotools.xs
Class XSConfiguration
- Object
-
- Configuration
-
- XSConfiguration
-
public class XSConfiguration extends Configuration
Parser configuration for xml schema schema.- Author:
- Justin Deoliveira, The Open Planning Project
-
-
Constructor Summary
Constructors Constructor Description XSConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterBindings(MutablePicoContainer container)Registers the bindings for the configuration.-
Methods inherited from class Configuration
addDependency, allDependencies, configureBindings, configureBindings, configureContext, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getXSD, hashCode, hasProperty, registerBindings, setupBindings, setupContext, setupEncoder, setupParser
-
-
-
-
Method Detail
-
registerBindings
protected final void registerBindings(MutablePicoContainer container)
Description copied from class:ConfigurationRegisters the bindings for the configuration.This method is intended to provide the default bindings for a configuration and is intended to be subclassed by client code. Client code should use
Configuration.configureBindings(MutablePicoContainer). Subclasses should mark this method as final after implementing.- Overrides:
registerBindingsin classConfiguration- Parameters:
container- Container containing all bindings, keyed byQName.
-
-