Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
CSSStyleDeclaration |
Element.getRuntimeStyle()
Returns the runtime style object for this element.
|
CSSStyleDeclaration |
Element.getStyle()
Returns the style object for this element.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputedCSSStyleDeclaration
An object for a CSSStyleDeclaration, which is computed.
|
class |
CSS2Properties
A JavaScript object for
CSS2Properties . |
Modifier and Type | Method and Description |
---|---|
CSSStyleDeclaration |
CSSStyleRule.getStyle()
Returns the declaration-block of this rule set.
|
Constructor and Description |
---|
ComputedCSSStyleDeclaration(CSSStyleDeclaration style)
Creates an instance.
|
CSS2Properties(CSSStyleDeclaration style)
Creates an instance.
|
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.