| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.resolver.xml.helper.LeafContentHandler com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
public class ResettableContentHandlerAdapter
Base class for elements of a ResettableContentHandler chain that simply delegates all method calls to the next element in the chain . This class is intended to be used as the base class for custom implementations.
Constructor Summary | |
---|---|
ResettableContentHandlerAdapter(ResettableContentHandler aDelegate)
Initialize the chain |
Method Summary | |
---|---|
org.xml.sax.ContentHandler | getContentHandler()
|
void | setContentHandler(org.xml.sax.ContentHandler handler)
|
Methods inherited from class com.ibm.portal.resolver.xml.helper.LeafContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResettableContentHandlerAdapter(ResettableContentHandler aDelegate)
Method Detail |
---|
public org.xml.sax.ContentHandler getContentHandler()
public void setContentHandler(org.xml.sax.ContentHandler handler)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |