Package io.webfolder.cdp.type.css
Class RuleMatch
java.lang.Object
io.webfolder.cdp.type.css.RuleMatch
Match data for a CSS rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMatching selector indices in the rule's selectorList selectors (0-based).getRule()
CSS rule in the match.void
setMatchingSelectors
(List<Integer> matchingSelectors) Matching selector indices in the rule's selectorList selectors (0-based).void
CSS rule in the match.toString()
-
Constructor Details
-
RuleMatch
public RuleMatch()
-
-
Method Details