Package | Description |
---|---|
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Method and Description |
---|---|
StyleElement |
WrappedCssStyleDeclaration.getStyleElement(String name)
Determines the StyleElement for the given name.
|
StyleElement |
ElementCssStyleDeclaration.getStyleElement(String name)
Determines the StyleElement for the given name.
|
StyleElement |
ComputedCssStyleDeclaration.getStyleElement(String name)
Determines the StyleElement for the given name.
|
abstract StyleElement |
AbstractCssStyleDeclaration.getStyleElement(String name)
Determines the StyleElement for the given name.
|
StyleElement |
WrappedCssStyleDeclaration.getStyleElementCaseInSensitive(String name)
Determines the StyleElement for the given name.
|
StyleElement |
ElementCssStyleDeclaration.getStyleElementCaseInSensitive(String name)
Determines the StyleElement for the given name.
|
StyleElement |
ComputedCssStyleDeclaration.getStyleElementCaseInSensitive(String name)
Determines the StyleElement for the given name.
|
abstract StyleElement |
AbstractCssStyleDeclaration.getStyleElementCaseInSensitive(String name)
Determines the StyleElement for the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,StyleElement> |
WrappedCssStyleDeclaration.getStyleMap()
Returns a sorted map containing style elements, keyed on style element name.
|
Map<String,StyleElement> |
ElementCssStyleDeclaration.getStyleMap()
Returns a sorted map containing style elements, keyed on style element name.
|
Map<String,StyleElement> |
ComputedCssStyleDeclaration.getStyleMap()
Returns a sorted map containing style elements, keyed on style element name.
|
abstract Map<String,StyleElement> |
AbstractCssStyleDeclaration.getStyleMap()
Returns a sorted map containing style elements, keyed on style element name.
|
Modifier and Type | Method and Description |
---|---|
int |
StyleElement.compareTo(StyleElement e) |
Modifier and Type | Method and Description |
---|---|
StyleElement |
DomElement.getStyleElement(String name)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
StyleElement |
DomElement.getStyleElementCaseInSensitive(String name)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,StyleElement> |
DomElement.getStyleMap()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
void |
DomElement.writeStyleToElement(Map<String,StyleElement> styleMap)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.