| Package | Description |
|---|---|
| com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
| Modifier and Type | Method and Description |
|---|---|
Hyperlink |
Document.getHyperlink(String linkRegex)
Returns the first hyperlink who's element has innerText (from
Element.innerText()) matching the specified (case insensitive) regular expression (using Matcher.matches). |
Hyperlink |
Document.nextPageLink()
returns the next hyperlink in a series of numeric links within the document, such as links that represent pages of search results; throws exceptions if no sequences or multiple (non-equivalent) sequences were found.
|
Hyperlink |
Document.nextPageLink(Element container)
returns the next hyperlink in a series of numeric links within the specified container, such as links that represent pages of search results; throws exceptions if no sequences or multiple (non-equivalent) sequences were found.
|