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, waitcreateChildHandler, endChildHandler, getComponent, getParentHandler, getParseNode, getSchemaContent, startChildHandlerpublic MutablePicoContainer getContext()
getContext in interface Handlerpublic void setContext(MutablePicoContainer context)
setContext in interface Handlercontext - The context in which the the instance is to be parsed in.public void startPrefixMapping(String prefix, String uri) throws SAXException
HandlerstartPrefixMapping in interface Handlerprefix - Namespace prefix.uri - Namespace uri.SAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
HandlerendPrefixMapping in interface Handlerprefix - Namespace prefix.SAXExceptionCopyright © 1996–2019 Geotools. All rights reserved.