Package | Description |
---|---|
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 |
---|---|
static StyleAttributes.Definition |
StyleAttributes.getDefinition(String propertyName,
BrowserVersion browserVersion)
Gets the style attributes definition with the given name for the specified browser version.
|
static StyleAttributes.Definition |
StyleAttributes.Definition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleAttributes.Definition[] |
StyleAttributes.Definition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<StyleAttributes.Definition> |
StyleAttributes.getDefinitions(BrowserVersion browserVersion)
Gets the style attributes definitions for the specified browser version.
|
Modifier and Type | Method and Description |
---|---|
String |
CSSStyleDeclaration.getStyleAttribute(StyleAttributes.Definition definition)
Get the value for the style attribute.
|
String |
ComputedCSSStyleDeclaration.getStyleAttribute(StyleAttributes.Definition style,
boolean getDefaultValueIfEmpty)
Get the value for the style attribute.
|
String |
CSSStyleDeclaration.getStyleAttribute(StyleAttributes.Definition definition,
boolean getDefaultValueIfEmpty)
Get the value for the style attribute.
|
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.