Interface ExtendedCSSRule

All Superinterfaces:
CSSRule
All Known Implementing Classes:
CSSStyleRuleImpl

public interface ExtendedCSSRule extends CSSRule
Extend CSSRule to get selector and property list.
  • Method Details

    • getCSSPropertyList

      CSSPropertyList getCSSPropertyList()
      Return the list of CSSProperty of this CSSRule.
    • getSelectorList

      org.w3c.css.sac.SelectorList getSelectorList()
      Return the list of Selector of this CSSRule.