org.geotools.xml
Class XMLConfiguration

java.lang.Object
  extended by org.geotools.xml.Configuration
      extended by org.geotools.xml.XMLConfiguration

public class XMLConfiguration
extends Configuration

Parser configuration for the http://www.w3.org/XML/1998/namespace schema.


Constructor Summary
XMLConfiguration()
          Creates a new configuration.
 
Method Summary
protected  void registerBindings(org.picocontainer.MutablePicoContainer container)
          Registers the bindings for the configuration.
 
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, schema, setupBindings, setupBindings, setupContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfiguration

public XMLConfiguration()
Creates a new configuration.

Method Detail

registerBindings

protected final void registerBindings(org.picocontainer.MutablePicoContainer container)
Registers the bindings for the configuration.

Overrides:
registerBindings in class Configuration
Parameters:
container - Container containing all bindings, keyed by QName.


Copyright © 1996-2010 Geotools. All Rights Reserved.