Package org.eclipse.e4.ui.css.core.dom
Interface ExtendedCSSRule
- All Superinterfaces:
CSSRule
- All Known Implementing Classes:
CSSStyleRuleImpl
Extend
CSSRule to get selector and property list.-
Field Summary
Fields inherited from interface org.w3c.dom.css.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.org.w3c.css.sac.SelectorListReturn the list ofSelectorof thisCSSRule.Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
-
Method Details
-
getCSSPropertyList
CSSPropertyList getCSSPropertyList()Return the list ofCSSPropertyof thisCSSRule. -
getSelectorList
org.w3c.css.sac.SelectorList getSelectorList()Return the list ofSelectorof thisCSSRule.
-