com.ibm.portal.resolver.data
Interface URIParserFactory
- All Known Subinterfaces:
- LocalizationURIParserFactory, SkinURIParserFactory, ThemeURIParserFactory
-
public interface URIParserFactory
Constructs URIParser instances
- Since:
- 7.0
createParser
URIParser createParser(Context ctx)
throws java.io.IOException,
org.xml.sax.SAXException
- Constructs a parser for URIs based on a context
- Parameters:
- ctx - the COR context, not null
- Returns:
- the parser, not null
- Throws:
- java.io.IOException
- org.xml.sax.SAXException