|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserNotFound | |
|---|---|
| org.apache.nutch.parse | |
| Uses of ParserNotFound in org.apache.nutch.parse |
|---|
| Methods in org.apache.nutch.parse that throw ParserNotFound | |
|---|---|
Parser |
ParserFactory.getParserById(String id)
Function returns a Parser instance with the specified
extId, representing its extension ID. |
Parser[] |
ParserFactory.getParsers(String contentType,
String url)
Function returns an array of Parsers for a given content type. |
Parse |
ParseUtil.parse(String url,
WebPage page)
Performs a parse by iterating through a List of preferred Parsers
until a successful parse is performed and a Parse object is
returned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||