|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Outlink | |
|---|---|
| org.apache.nutch.parse | |
| org.apache.nutch.parse.html | An HTML document parsing plugin. |
| Uses of Outlink in org.apache.nutch.parse |
|---|
| Methods in org.apache.nutch.parse that return Outlink | |
|---|---|
Outlink[] |
Parse.getOutlinks()
|
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
Configuration conf)
Extracts Outlink from given plain text. |
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
String anchor,
Configuration conf)
Extracts Outlink from given plain text and adds anchor
to the extracted Outlinks |
static Outlink |
Outlink.read(DataInput in)
|
| Methods in org.apache.nutch.parse with parameters of type Outlink | |
|---|---|
void |
Parse.setOutlinks(Outlink[] outlinks)
|
| Constructors in org.apache.nutch.parse with parameters of type Outlink | |
|---|---|
Parse(String text,
String title,
Outlink[] outlinks,
ParseStatus parseStatus)
|
|
| Uses of Outlink in org.apache.nutch.parse.html |
|---|
| Method parameters in org.apache.nutch.parse.html with type arguments of type Outlink | |
|---|---|
void |
DOMContentUtils.getOutlinks(URL base,
ArrayList<Outlink> outlinks,
Node node)
This method finds all anchors below the supplied DOM node, and creates appropriate Outlink
records for each (relative to the supplied base
URL), and adds them to the outlinks ArrayList. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||