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 SummaryConstructors Constructor Description XMLConfiguration()Creates a new configuration.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterBindings(MutablePicoContainer container)Registers the bindings for the configuration.- 
Methods inherited from class ConfigurationaddDependency, allDependencies, configureBindings, configureBindings, configureContext, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getXSD, hashCode, hasProperty, registerBindings, setupBindings, setupContext, setupEncoder, setupParser
 
- 
 
- 
- 
- 
Method Detail- 
registerBindingsprotected final void registerBindings(MutablePicoContainer container) Registers the bindings for the configuration.- Overrides:
- registerBindingsin class- Configuration
- Parameters:
- container- Container containing all bindings, keyed by- QName.
 
 
- 
 
-