org.geotools.xml
Class XMLConfiguration

Object
  extended by Configuration
      extended by 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(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, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext, setupEncoder, setupParser
 
Methods inherited from class 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(MutablePicoContainer container)
Registers the bindings for the configuration.

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


Copyright © 1996-2014 Geotools. All Rights Reserved.