public class RuleMatch extends Object
| Constructor and Description |
|---|
RuleMatch() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getMatchingSelectors()
Matching selector indices in the rule's selectorList selectors (0-based).
|
CSSRule |
getRule()
CSS rule in the match.
|
void |
setMatchingSelectors(List<Integer> matchingSelectors)
Matching selector indices in the rule's selectorList selectors (0-based).
|
void |
setRule(CSSRule rule)
CSS rule in the match.
|
Copyright © 2020. All rights reserved.