Uses of Class
org.htmlunit.html.HtmlAnchor
Packages that use HtmlAnchor
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of HtmlAnchor in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlAnchorModifier and TypeMethodDescriptionHtmlPage.getAnchorByHref
(String href) Returns theHtmlAnchor
with the specified href.HtmlPage.getAnchorByName
(String name) Returns theHtmlAnchor
with the specified name.HtmlPage.getAnchorByText
(String text) Returns the first anchor with the specified text.Methods in org.htmlunit.html that return types with arguments of type HtmlAnchorModifier and TypeMethodDescriptionHtmlPage.getAnchors()
Returns a list of all anchors contained in this page.