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 ofCSSProperty
of thisCSSRule
.org.w3c.css.sac.SelectorList
Return the list ofSelector
of thisCSSRule
.Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
-
Method Details
-
getCSSPropertyList
CSSPropertyList getCSSPropertyList()Return the list ofCSSProperty
of thisCSSRule
. -
getSelectorList
org.w3c.css.sac.SelectorList getSelectorList()Return the list ofSelector
of thisCSSRule
.
-