|
||||||||||
| 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(java.lang.String href)
Returns the HtmlAnchor with the specified href. |
HtmlAnchor |
HtmlPage.getAnchorByName(java.lang.String name)
Returns the HtmlAnchor with the specified name. |
HtmlAnchor |
HtmlPage.getAnchorByText(java.lang.String text)
Returns the first anchor with the specified text. |
HtmlAnchor |
HtmlPage.getFirstAnchorByText(java.lang.String text)
Deprecated. As of 2.6, please use HtmlPage.getAnchorByText(String) instead |
| Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlAnchor | |
|---|---|
java.util.List<HtmlAnchor> |
HtmlPage.getAnchors()
Returns a list of all anchors contained in this page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||