Package org.geotools.xsd
Class XMLConfiguration
- Object
-
- Configuration
-
- XMLConfiguration
-
public class XMLConfiguration extends Configuration
Parser configuration for the http://www.w3.org/XML/1998/namespace schema.
-
-
Constructor Summary
Constructors Constructor Description XMLConfiguration()
Creates a new configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
registerBindings(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)
Registers the bindings for the configuration.- Overrides:
registerBindings
in classConfiguration
- Parameters:
container
- Container containing all bindings, keyed byQName
.
-
-