public interface ParserModuleManager
| Modifier and Type | Method and Description |
|---|---|
ParserModule |
getParserModule(String id)
Returns the ParserModule that corresponds to the given id.
|
Collection<ParserModule> |
getParserModules()
Returns a collection of ParserModules.
|
Collection<ParserModule> getParserModules()
ParserModule getParserModule(String id) throws ParserModuleNotFoundException
id - The identifier.ParserModuleNotFoundException - if no ParserModule could be found
for the given id.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.