Interface StyleRule


public interface StyleRule
CSS rule inside of a style sheet
  • Method Details

    • getSelector

      String getSelector()
      Get the rule selector
      Returns:
      Selector
    • getProperties

      StylePropertiesReadonly getProperties()
      Get the properties specified by the rule.
      Returns:
      Rule properties
    • getStylesheet

      Stylesheet getStylesheet()
      Get the stylesheet the rule belongs to
      Returns:
      Stylesheet