- All Superinterfaces:
CSSDeclarationRule,CSSRule,CSSStyleRule,ExtendedCSSRule
- All Known Implementing Classes:
StyleRule
An extended CSS style rule.
-
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_RULEFields inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
COUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FEATURE_VALUES_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, NAMESPACE_RULE, REGION_STYLE_RULE, SUPPORTS_RULE, VIEWPORT_RULE -
Method Summary
Modifier and TypeMethodDescriptionThe selectors of this style rule.Methods inherited from interface io.sf.carte.doc.style.css.CSSDeclarationRule
getStyle, getStyleDeclarationErrorHandlerMethods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getType, setCssTextMethods inherited from interface org.w3c.dom.css.CSSStyleRule
getSelectorText, getStyle, setSelectorTextMethods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
clone, getMinifiedCssText, getParentRule, getParentStyleSheet, writeCssText
-
Method Details
-
getSelectorList
SelectorList getSelectorList()The selectors of this style rule.- Returns:
- the selector list.
-