public abstract class HandlerImpl extends Object implements Handler
Constructor and Description |
---|
HandlerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
endPrefixMapping(String prefix)
Called when a prefix mapping is de-registred with ParserHandler.
|
MutablePicoContainer |
getContext() |
void |
setContext(MutablePicoContainer context) |
void |
startPrefixMapping(String prefix,
String uri)
Called when a prefix mapping is registred with ParserHandler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createChildHandler, endChildHandler, getComponent, getParentHandler, getParseNode, getSchemaContent, startChildHandler
public MutablePicoContainer getContext()
getContext
in interface Handler
public void setContext(MutablePicoContainer context)
setContext
in interface Handler
context
- The context in which the the instance is to be parsed in.public void startPrefixMapping(String prefix, String uri) throws SAXException
Handler
startPrefixMapping
in interface Handler
prefix
- Namespace prefix.uri
- Namespace uri.SAXException
public void endPrefixMapping(String prefix) throws SAXException
Handler
endPrefixMapping
in interface Handler
prefix
- Namespace prefix.SAXException
Copyright © 1996–2019 Geotools. All rights reserved.