Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Method and Description |
---|---|
HtmlAnchor |
HtmlPage.getAnchorByHref(String href)
Returns the
HtmlAnchor with the specified href. |
HtmlAnchor |
HtmlPage.getAnchorByName(String name)
Returns the
HtmlAnchor with the specified name. |
HtmlAnchor |
HtmlPage.getAnchorByText(String text)
Returns the first anchor with the specified text.
|
Modifier and Type | Method and Description |
---|---|
List<HtmlAnchor> |
HtmlPage.getAnchors()
Returns a list of all anchors contained in this page.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.