| Package | Description |
|---|---|
| org.w3c.dom.css |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CSSCharsetRule |
interface |
CSSFontFaceRule |
interface |
CSSImportRule |
interface |
CSSMediaRule |
interface |
CSSNamespaceRule |
interface |
CSSPageRule |
interface |
CSSStyleRule |
interface |
CSSUnknownRule |
| Modifier and Type | Method and Description |
|---|---|
CSSRule |
CSSStyleSheet.getOwnerRule() |
CSSRule |
CSSRule.getParentRule() |
CSSRule |
CSSStyleDeclaration.getParentRule() |
CSSRule |
CSSRuleList.item(int index)
Used to retrieve a CSS rule by ordinal index.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectArray<CSSRule> |
CSSStyleSheet.getCssRules() |
ObjectArray<CSSRule> |
CSSMediaRule.getCssRules() |
Copyright © 2016. All Rights Reserved.