Class RuleMatch

java.lang.Object
io.webfolder.cdp.type.css.RuleMatch

public class RuleMatch extends Object
Match data for a CSS rule.
  • Constructor Details

    • RuleMatch

      public RuleMatch()
  • Method Details

    • getRule

      public CSSRule getRule()
      CSS rule in the match.
    • setRule

      public void setRule(CSSRule rule)
      CSS rule in the match.
    • getMatchingSelectors

      public List<Integer> getMatchingSelectors()
      Matching selector indices in the rule's selectorList selectors (0-based).
    • setMatchingSelectors

      public void setMatchingSelectors(List<Integer> matchingSelectors)
      Matching selector indices in the rule's selectorList selectors (0-based).
    • toString

      public String toString()
      Overrides:
      toString in class Object