Package | Description |
---|---|
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputedCssStyleDeclaration
An object for a CSSStyleDeclaration, which is computed.
|
class |
ElementCssStyleDeclaration
A css StyleDeclaration backed by a
DomElement . |
class |
WrappedCssStyleDeclaration
A css StyleDeclaration backed by a
CSSStyleDeclarationImpl . |
Modifier and Type | Method and Description |
---|---|
protected AbstractCssStyleDeclaration |
CSSStyleDeclaration.getCssStyleDeclaration() |
Constructor and Description |
---|
CSSStyleDeclaration(Element element,
AbstractCssStyleDeclaration styleDeclaration)
Creates an instance and sets its parent scope to the one of the provided element.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.