Package | Description |
---|---|
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage 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.
|
Modifier and Type | Method and Description |
---|---|
static CssStyleSheet |
CssStyleSheet.loadStylesheet(HtmlElement element,
HtmlLink link,
String url)
Loads the stylesheet at the specified link or href.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,DomAttr> |
XmlSerializer.getAttributesFor(HtmlLink link) |
Modifier and Type | Method and Description |
---|---|
HtmlLink |
HTMLLinkElement.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.