| Package | Description |
|---|---|
| edu.uci.ics.crawler4j.crawler | |
| edu.uci.ics.crawler4j.fetcher | |
| edu.uci.ics.crawler4j.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
WebCrawler.visit(Page page)
Classes that extends WebCrawler can overwrite this function to process
the content of the fetched and parsed page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageFetchResult.fetchContent(Page page) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Parser.parse(Page page,
String contextURL) |
Copyright © 2013. All Rights Reserved.