Package | Description |
---|---|
hu.juranyi.zsolt.pubsearch.crawl |
Crawler engine, with the HTTP downloader and the publication info parser class.
|
Modifier and Type | Class and Description |
---|---|
class |
Crawler
Controls the whole publication searching procedure.
|
class |
PubListCrawler
Crawls a result list.
|
class |
PubListHTMLCrawler
Parses a HTML block as a publication list.
|
class |
PubPageCrawler
Processes a pubpage (page which contains details of a publication): extracts
basic information and starts the list crawler for referring publications if
needed (if transitivity level is above 0).
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ACrawler> |
ACrawler.crawlers
Child crawler objects stored here.
|