org.geotools.xml.impl
Class HandlerImpl

Object
  extended by HandlerImpl
All Implemented Interfaces:
Handler
Direct Known Subclasses:
DocumentHandlerImpl, ElementHandlerImpl

public abstract class HandlerImpl
extends Object
implements Handler


Constructor Summary
HandlerImpl()
           
 
Method Summary
 MutablePicoContainer getContext()
           
 void setContext(MutablePicoContainer context)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Handler
createChildHandler, endChildHandler, getComponent, getParentHandler, getParseNode, getSchemaContent, startChildHandler
 

Constructor Detail

HandlerImpl

public HandlerImpl()
Method Detail

getContext

public MutablePicoContainer getContext()
Specified by:
getContext in interface Handler
Returns:
The context or container in which the instance is to be parsed in.

setContext

public void setContext(MutablePicoContainer context)
Specified by:
setContext in interface Handler
Parameters:
context - The context in which the the instance is to be parsed in.


Copyright © 1996-2009 Geotools. All Rights Reserved.