Interface CSSRule

All Superinterfaces:
CSSRule
All Known Subinterfaces:
CSSConditionRule, CSSCounterStyleRule, CSSFontFaceRule, CSSGroupingRule, CSSKeyframeRule, CSSKeyframesRule, CSSMarginRule, CSSNamespaceRule, CSSPageRule, CSSStyleRule, CSSSupportsRule

public interface CSSRule extends CSSRule
A CSS rule.
  • Field Details

  • Method Details

    • getParentRule

      CSSRule getParentRule()
      If this rule is contained inside another rule, return that rule. If it is not nested inside any other rules, return null.
      Specified by:
      getParentRule in interface CSSRule
      Returns:
      the containing rule, if any, otherwise null.
    • getParentStyleSheet

      CSSStyleSheet getParentStyleSheet()
      Get the style sheet that contains this rule.
      Specified by:
      getParentStyleSheet in interface CSSRule
      Returns:
      the style sheet, or null if no sheet contains this rule.