|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
ilog.cpl.storage.IlpAbstractSAXHandler
ilog.cpl.storage.IlpAbstractChainedSAXHandler
public abstract class IlpAbstractChainedSAXHandler
Abstract chained SAX handler.
It extends IlpAbstractSAXHandler through the use of a parent.
Thus, it becomes possible to chain the handling.
| Constructor Summary | |
|---|---|
IlpAbstractChainedSAXHandler()
|
|
| Method Summary | |
|---|---|
Locator |
getLocator()
Returns the locator used by the handler. |
Logger |
getLogger()
Returns the logger used by the handler. |
IlpAbstractSAXHandler |
getParent()
|
XMLReader |
getXMLReader()
Returns the XMLReader used by the handler. |
void |
setParent(IlpAbstractSAXHandler p)
Sets the parent SAX handler |
| Methods inherited from class ilog.cpl.storage.IlpAbstractSAXHandler |
|---|
characters, checkState, clearContent, clearState, error, fatalError, getContent, getState, ignoreUntil, log, logIgnoreElement, processSAXParseException, removeState, setState, throwSAXParseException, warning |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpAbstractChainedSAXHandler()
| Method Detail |
|---|
public void setParent(IlpAbstractSAXHandler p)
public IlpAbstractSAXHandler getParent()
public Logger getLogger()
This implementation returns the logger of the parent.
getLogger in class IlpAbstractSAXHandlerpublic Locator getLocator()
This implementation returns the logger of the parent.
getLocator in class IlpAbstractSAXHandlerpublic XMLReader getXMLReader()
This implementation returns the XMLReader of the parent.
getXMLReader in class IlpAbstractSAXHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||