Uses of Class
org.htmlunit.html.HtmlLink
-
Packages that use HtmlLink Package Description org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of HtmlLink in org.htmlunit.css
Methods in org.htmlunit.css with parameters of type HtmlLink Modifier and Type Method Description static CssStyleSheet
CssStyleSheet. loadStylesheet(HtmlElement element, HtmlLink link, java.lang.String url)
Loads the stylesheet at the specified link or href. -
Uses of HtmlLink in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type HtmlLink Modifier and Type Method Description protected java.util.Map<java.lang.String,DomAttr>
XmlSerializer. getAttributesFor(HtmlLink link)
-
Uses of HtmlLink in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlLink Modifier and Type Method Description HtmlLink
HTMLLinkElement. getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.
-