Interface ExtendedCSSStyleRule

All Superinterfaces:
CSSDeclarationRule, CSSRule, CSSStyleRule, ExtendedCSSRule
All Known Implementing Classes:
StyleRule

public interface ExtendedCSSStyleRule extends CSSDeclarationRule, CSSStyleRule
An extended CSS style rule.
  • Method Details

    • getSelectorList

      SelectorList getSelectorList()
      The selectors of this style rule.
      Returns:
      the selector list.