PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.resolver.xml
Interface ResettableContentHandler
- All Superinterfaces:
- org.xml.sax.ContentHandler
- All Known Subinterfaces:
- AtomContentHandler, AtomPublishingContentHandler, AtomThreadingContentHandler, DefaultAtomContentHandler, DefaultAtomPublishingContentHandler, DefaultAtomThreadingContentHandler, DefaultContentHandler, DefaultHttpContentHandler, DefaultMashupContentHandler, DefaultMashupSitemapContentHandler, DefaultOpenSearchContentHandler, DefaultWebdavContentHandler, DefaultXulContentHandler, HttpContentHandler, IWidgetContentHandler, IWidgetMicroformatContentHandler, MashupContentHandler, MashupSitemapContentHandler, OpenSearchContentHandler, ResettableAtomContentHandler, ResettableAtomPublishingContentHandler, ResettableAtomThreadingContentHandler, ResettableHttpContentHandler, ResettableIWidgetContentHandler, ResettableMashupContentHandler, ResettableMashupSitemapContentHandler, ResettableOpenSearchContentHandler, ResettableWebdavContentHandler, ResolverContentHandler, WebdavContentHandler
- All Known Implementing Classes:
- EmptyAtomContentHandler, EmptyAtomThreadingContentHandler, EmptyIWidgetMicroformatContentHandler, LeafAtomContentHandler, LeafAtomThreadingContentHandler, LeafContentHandler, LeafMashupContentHandler, ResettableAtomContentHandlerAdapter, ResettableContentHandlerAdapter, ResettableMashupContentHandlerAdapter
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 PREV CLASS NEXT CLASS
Methods inherited from interface org.xml.sax.ContentHandler characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD