Interface CSSDeclarationRule

All Superinterfaces:
CSSRule, ExtendedCSSRule
All Known Subinterfaces:
CSSKeyframeRule, CSSMarginRule, ExtendedCSSFontFaceRule, ExtendedCSSPageRule, ExtendedCSSStyleRule
All Known Implementing Classes:
BaseCSSDeclarationRule, CounterStyleRule, CSSStyleDeclarationRule, FontFaceRule, KeyframeRule, MarginRule, PageRule, StyleRule, ViewportRule

public interface CSSDeclarationRule extends ExtendedCSSRule
A CSS rule that contains style declarations.
  • Method Details

    • getStyle

      Get the style that is declared by this rule.
      Returns:
      the style declaration.
    • getStyleDeclarationErrorHandler

      StyleDeclarationErrorHandler getStyleDeclarationErrorHandler()
      Gets the error handler.
      Returns:
      the error handler.