public abstract class HTMLScrapingSiteSpecificConsumer extends Object implements SiteSpecificConsumer
| Constructor and Description |
|---|
HTMLScrapingSiteSpecificConsumer() |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
consume(URL url)
Get the data urls at the given URL.
|
abstract String |
cssSelect() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConsumepublic HTMLScrapingSiteSpecificConsumer()
public List<URL> consume(URL url)
SiteSpecificConsumerconsume in interface SiteSpecificConsumerurl - the url to test