Uses of Interface
org.htmlunit.html.HyperlinkElement
Packages that use HyperlinkElement
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.-
Uses of HyperlinkElement in org.htmlunit.html
Classes in org.htmlunit.html that implement HyperlinkElementModifier and TypeClassDescriptionclassWrapper for the HTML element "a".classWrapper for the HTML element "area".Methods in org.htmlunit.html with parameters of type HyperlinkElementModifier and TypeMethodDescriptionstatic voidHyperlinkElementSupport.doClickStateUpdate(HyperlinkElement element, boolean shiftKey, boolean ctrlKey, String hrefSuffix) Support method that is called fromHtmlAnchor.doClickStateUpdate(boolean, boolean, String)andHtmlArea.doClickStateUpdate(boolean, boolean): resolves the target URL, sends the hyperlink-auditing ("ping") request if applicable, builds the navigationWebRequest(including Sec-Fetch-* setup), and hands it off for download/navigation.static booleanHyperlinkElementSupport.relContainsNoreferrer(HyperlinkElement element) Returnstrueif the element'srelattribute containsnoreferrer.