Uses of Class
org.htmlunit.css.WrappedCssStyleDeclaration
-
Packages that use WrappedCssStyleDeclaration Package Description org.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of WrappedCssStyleDeclaration in org.htmlunit.javascript.host.css
Constructors in org.htmlunit.javascript.host.css with parameters of type WrappedCssStyleDeclaration Constructor Description CSSStyleDeclaration(CSSStyleSheet parentStyleSheet, WrappedCssStyleDeclaration styleDeclaration)
Creates an instance which wraps the specified style declaration.
-