public abstract class IlpAbstractChainedSAXHandler extends IlpAbstractSAXHandler
IlpAbstractSAXHandler
through the use of a parent.
Thus, it becomes possible to chain the handling.Constructor and Description |
---|
IlpAbstractChainedSAXHandler() |
Modifier and Type | Method and Description |
---|---|
Locator |
getLocator()
Returns the locator used by the handler.
|
Logger |
getLogger()
Returns the logger used by the handler.
|
IlpAbstractSAXHandler |
getParent()
Returns the parent SAX handler.
|
XMLReader |
getXMLReader()
Returns the XMLReader used by the handler.
|
void |
setParent(IlpAbstractSAXHandler p)
Sets the parent SAX handler
|
characters, checkState, clearContent, clearState, error, fatalError, getContent, getState, ignoreUntil, log, logIgnoreElement, processSAXParseException, removeState, setState, throwSAXParseException, warning
endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
public void setParent(IlpAbstractSAXHandler p)
public IlpAbstractSAXHandler getParent()
public Logger getLogger()
This implementation returns the logger of the parent.
getLogger
in class IlpAbstractSAXHandler
public Locator getLocator()
This implementation returns the logger of the parent.
getLocator
in class IlpAbstractSAXHandler
public XMLReader getXMLReader()
This implementation returns the XMLReader of the parent.
getXMLReader
in class IlpAbstractSAXHandler
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.