|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlAnchor | |
---|---|
com.gargoylesoftware.htmlunit.html | Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. |
Uses of HtmlAnchor in com.gargoylesoftware.htmlunit.html |
---|
Methods in com.gargoylesoftware.htmlunit.html that return HtmlAnchor | |
---|---|
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. |
Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlAnchor | |
---|---|
List<HtmlAnchor> |
HtmlPage.getAnchors()
Returns a list of all anchors contained in this page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |