Interface CSSStyleRule

All Superinterfaces:
CSSRule, CSSRule

public interface CSSStyleRule extends CSSRule
A CSS style rule.
  • Method Details

    • getSelectorText

      String getSelectorText()
      Get a parsable serialization of the selector(s).
      Returns:
      a parsable serialization of the selector list.
    • setSelectorText

      void setSelectorText(String selectorText) throws DOMException
      Parse the given string and set the selector list according to it.
      Parameters:
      selectorText - a text representation of a selector list, according to CSS syntax.
      Throws:
      DOMException
    • getStyle

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