Package | Description |
---|---|
org.apache.nutch.parse |
The
Parse interface and related classes. |
Modifier and Type | Method and Description |
---|---|
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
Parser s for a given content type. |
Parse |
ParseUtil.parse(String url,
WebPage page)
|
Copyright © 2015 The Apache Software Foundation