PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.spa.parser
Interface LocalizationParserFactory
-
public interface LocalizationParserFactory
Factory that instantiates parsers per mime types. These parsers work directly
on markup data streams.
- Since:
- 7.0
setErrorHandler
ErrorHandler setErrorHandler(ErrorHandler aHandler)
- Replaces the handler that decides how exceptions are processed
- Parameters:
- aHandler - the error handler
- Returns:
- the old handler
createParser
LocalizationParser createParser(java.lang.String mimeType)
throws java.io.IOException
- Instantiates a new parser for the requested mime type
- Parameters:
- mimeType - the mime type string
- Returns:
- the parser for the mime-type
- Throws:
- java.io.IOException
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |