Package | Description |
---|---|
org.w3c.dom.css |
Modifier and Type | Method and Description |
---|---|
CSSStyleSheet |
DOMImplementationCSS.createCSSStyleSheet(String title,
String media)
Creates a new
CSSStyleSheet . |
CSSStyleSheet |
CSSRule.getParentStyleSheet()
The style sheet that contains this rule.
|
CSSStyleSheet |
CSSImportRule.getStyleSheet()
The style sheet referred to by this rule, if it has been loaded.
|