| Package | Description |
|---|---|
| org.apache.nutch.parse |
The
Parse interface and related classes. |
| Modifier and Type | Method and Description |
|---|---|
Parser |
ParserFactory.getParserById(java.lang.String id)
Function returns a
Parser instance with the specified
extId, representing its extension ID. |
Parser[] |
ParserFactory.getParsers(java.lang.String contentType,
java.lang.String url)
Function returns an array of
Parsers for a given content type. |
Copyright © 2019 The Apache Software Foundation