com.ibm.portal.resolver.opensearch
Interface ResettableOpenSearchContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, OpenSearchContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultOpenSearchContentHandler

public interface ResettableOpenSearchContentHandler
extends OpenSearchContentHandler


Method Summary
 OpenSearchContentHandler getOpenSearchContentHandler()
          Returns the atom threading content handler that is currently attached to the chain
 void setOpenSearchContentHandler(OpenSearchContentHandler aHandler)
          Assign a new atom threading content handler that this handler will reroute its events onto.
 
Methods inherited from interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
endAdultContent, endAttribution, endContact, endDescription, endDeveloper, endImage, endInputEncoding, endItemsPerPage, endLanguage, endLongName, endOpenSearchDescription, endOutputEncoding, endQuery, endShortName, endStartIndex, endSyndicationRight, endTags, endTotalResults, endUrl, startAdultContent, startAttribution, startContact, startDescription, startDeveloper, startImage, startInputEncoding, startItemsPerPage, startLanguage, startLongName, startOpenSearchDescription, startOutputEncoding, startQuery, startShortName, startStartIndex, startSyndicationRight, startTags, startTotalResults, startUrl
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setOpenSearchContentHandler

void setOpenSearchContentHandler(OpenSearchContentHandler aHandler)
Assign a new atom threading content handler that this handler will reroute its events onto. If the content handler is not assigned, then the events will be silently ignored

Parameters:
aHandler - target content handler for the events.

getOpenSearchContentHandler

OpenSearchContentHandler getOpenSearchContentHandler()
Returns the atom threading content handler that is currently attached to the chain

Returns:
the target content handler