com.ibm.portal.resolver.xml
Interface ContentHandlerURIParserFactory

All Known Subinterfaces:
CorPocServiceHome, PocServiceHome, PortalPocServiceHome, PortletPocServiceHome

public interface ContentHandlerURIParserFactory

Since:
7.0

Method Summary
 ContentHandlerURIParser createContentHandlerURIParser(java.lang.Boolean bCached, Context ctx)
          Constructs a URIParser that parses a DataSource onto a ContentHandler.
 

Method Detail

createContentHandlerURIParser

ContentHandlerURIParser createContentHandlerURIParser(java.lang.Boolean bCached,
                                                      Context ctx)
                                                      throws org.xml.sax.SAXException
Constructs a URIParser that parses a DataSource onto a ContentHandler.

Parameters:
bCached - indicates if the parser internally caches the parsing result.
Returns:
the parser, not null. The instance must be disposed via a call to Disposable.dispose() after usage.
Throws:
org.xml.sax.SAXException
Since:
7.0