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 |
---|---|
Table |
Document.getTable(Element tableElement)
Returns a Table component for the specified table Element or throws a NotFound exception if the specified element is not a table.
|
Table |
Document.getTable(int n)
Returns a Table component representing the nth non-nested table Element in the document, or throws a NotFound exception if no table element is found.
|
Table |
Document.getTable(String elementQuery)
Returns a Table component for the first table Element that matches the specified elementQuery (or throws a NotFound Exception).
|