public interface FullTextFinder
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
findFullTextURL(java.net.URL url)
Take the source HTML for an article page, and try to find the URL to the
full text for this article.
|
boolean |
supportsSite(java.net.URL url)
Report whether this FullTextFinder works for the site providing the given URL.
|
boolean supportsSite(java.net.URL url)
url - The url to check.java.net.URL findFullTextURL(java.net.URL url)
throws java.io.IOException
url - The URL to the article's web page.java.io.IOException