Interface ParserManager
- All Known Implementing Classes:
DefaultParserManager
-
Method Summary
-
Method Details
-
getParser
Returns the parser that corresponds to the given id.- Parameters:
id- The identifier.- Returns:
- The corresponding parser.
- Throws:
ParserNotFoundException- if no parser could be found for the given id.
-