| 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  | ComputedCssStyleDeclarationAn object for a CSSStyleDeclaration, which is computed. | 
| class  | ElementCssStyleDeclarationA css StyleDeclaration backed by a  DomElement. | 
| class  | WrappedCssStyleDeclarationA 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–2025 Gargoyle Software Inc.. All rights reserved.