public class CSSStyleSheet extends StyleSheet
| Modifier and Type | Field and Description |
|---|---|
CSSRuleList |
cssRules |
CSSRule |
ownerRule |
disabled, href, media, ownerNode, parentStyleSheet, title, type| Constructor and Description |
|---|
CSSStyleSheet() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRule(int index) |
int |
insertRule(java.lang.String rule,
int index) |
public CSSRuleList cssRules
public CSSRule ownerRule