com.ibm.portal.resolver.xml
Interface ResettableContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Subinterfaces:
AtomContentHandler, AtomThreadingContentHandler, DefaultAtomContentHandler, DefaultAtomThreadingContentHandler, DefaultContentHandler, DefaultHttpContentHandler, DefaultMashupContentHandler, DefaultMashupSitemapContentHandler, DefaultOpenSearchContentHandler, DefaultWebdavContentHandler, DefaultXulContentHandler, ResettableAtomContentHandler, ResettableAtomThreadingContentHandler, ResolverContentHandler
All Known Implementing Classes:
EmptyAtomContentHandler, EmptyAtomThreadingContentHandler, EmptyIWidgetMicroformatContentHandler, LeafAtomContentHandler, LeafAtomThreadingContentHandler, LeafContentHandler, ResettableAtomContentHandlerAdapter, ResettableContentHandlerAdapter

public interface ResettableContentHandler
extends org.xml.sax.ContentHandler

Extension of ContentHandler that allows to build content handler chains. Each layer in the chain performs a particular filtering process. The ResettableContentHandler interface can be used to build such a chain that can be connected to different target content handlers. The chain itself remains intact across this association (which makes it different from building the chain via XMLFilterImpl.

Since:
6.0.1

Method Summary
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping