org.geotools.xlink
Class XLINKConfiguration

Object
  extended by Configuration
      extended by XLINKConfiguration

public class XLINKConfiguration
extends Configuration

Parser configuration for the xlink schema.

Author:
Justin Deoliveira, The Open Planning Project
Module:
modules/extension/xsd-core (gt-xsd-core.jar)

Constructor Summary
XLINKConfiguration()
           
 
Method Summary
protected  void registerBindings(MutablePicoContainer container)
          Registers the bindings for the configuration.
 
Methods inherited from class 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 Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLINKConfiguration

public XLINKConfiguration()
Method Detail

registerBindings

protected final void registerBindings(MutablePicoContainer container)
Description copied from class: Configuration
Registers 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:
registerBindings in class Configuration
Parameters:
container - Container containing all bindings, keyed by QName.


Copyright © 1996-2010 Geotools. All Rights Reserved.