Interface CSSStyleSheet

All Superinterfaces:
CSSStyleSheet, StyleSheet

public interface CSSStyleSheet extends CSSStyleSheet
A style sheet.
  • Method Details

    • getCssRules

      CSSRuleList getCssRules()
      Gets the collection of all CSS rules contained within the style sheet.
      Specified by:
      getCssRules in interface CSSStyleSheet
      Returns:
      the list of all CSS rules contained within the style sheet.
    • getMedia

      MediaQueryList getMedia()
      Get the destination media for this sheet.
      Specified by:
      getMedia in interface StyleSheet
      Returns:
      the media query list.
    • createStyleDeclaration

      CSSStyleDeclaration createStyleDeclaration()
      Create a CSS style declaration compatible with this implementation.
      Returns:
      a CSS style declaration.