| Package | Description |
|---|---|
| org.htmlunit.cssparser.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| org.htmlunit.cssparser.parser |
Package org.htmlunit.cssparser.parser.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleDeclarationImpl |
CSSStyleRuleImpl.getStyle() |
CSSStyleDeclarationImpl |
CSSPageRuleImpl.getStyle() |
CSSStyleDeclarationImpl |
CSSFontFaceRuleImpl.getStyle()
getStyle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleRuleImpl.setStyle(CSSStyleDeclarationImpl style)
Replaces the style.
|
void |
CSSPageRuleImpl.setStyle(CSSStyleDeclarationImpl style)
Changes the style.
|
void |
CSSFontFaceRuleImpl.setStyle(CSSStyleDeclarationImpl style)
Sets the style to a new one.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleDeclarationImpl |
CSSOMParser.parseStyleDeclaration(String styleDecl)
Parses a input string into a CSSOM style declaration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSOMParser.parseStyleDeclaration(CSSStyleDeclarationImpl sd,
String styleDecl)
Parses a input string into a CSSOM style declaration.
|
Copyright © 2024 HtmlUnit. All rights reserved.