Package | Description |
---|---|
student.web |
Modifier and Type | Method and Description |
---|---|
List<HtmlHeadingElement> |
WebBot.getHeadings()
Get an iterator over all headings in the current document.
|
List<HtmlHeadingElement> |
WebBot.Page.getHeadings(int level)
Get an iterator over the headings in this document.
|
List<HtmlHeadingElement> |
WebBot.getHeadingsToLevel(int level)
Get an iterator over all headings in the current document with a level
less than or equal to the value specified.
|