Package org.geotools.xsd.impl
Class HandlerImpl
Object
HandlerImpl
- All Implemented Interfaces:
Handler
- Direct Known Subclasses:
DocumentHandlerImpl
,ElementHandlerImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endPrefixMapping
(String prefix) Called when a prefix mapping is de-registred with ParserHandler.MutablePicoContainer
void
setContext
(MutablePicoContainer context) void
startPrefixMapping
(String prefix, String uri) Called when a prefix mapping is registred with ParserHandler.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 Details
-
HandlerImpl
public HandlerImpl()
-
-
Method Details
-
getContext
public MutablePicoContainer getContext()- Specified by:
getContext
in interfaceHandler
- Returns:
- The context or container in which the instance is to be parsed in.
-
setContext
public void setContext(MutablePicoContainer context) - Specified by:
setContext
in interfaceHandler
- Parameters:
context
- The context in which the the instance is to be parsed in.
-
startPrefixMapping
Description copied from interface:Handler
Called when a prefix mapping is registred with ParserHandler.- Specified by:
startPrefixMapping
in interfaceHandler
- Parameters:
prefix
- Namespace prefix.uri
- Namespace uri.- Throws:
SAXException
-
endPrefixMapping
Description copied from interface:Handler
Called when a prefix mapping is de-registred with ParserHandler.- Specified by:
endPrefixMapping
in interfaceHandler
- Parameters:
prefix
- Namespace prefix.- Throws:
SAXException
-