Interface ExtendedCSSRule
- All Superinterfaces:
CSSRule
- All Known Implementing Classes:
CSSStyleRuleImpl
-
Field Summary
Fields inherited from interface CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE -
Method Summary
Modifier and TypeMethodDescriptionReturn the list ofCSSPropertyof thisCSSRule.Return the list of selectors of thisCSSRule.Methods inherited from interface CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
-
Method Details
-
getCSSPropertyList
CSSPropertyList getCSSPropertyList()Return the list ofCSSPropertyof thisCSSRule. -
getSelectorList
Selectors.SelectorList getSelectorList()Return the list of selectors of thisCSSRule.
-