-
public final class RuleMatchMatch data for a CSS rule.
-
-
Field Summary
Fields Modifier and Type Field Description private final CSSRuleruleprivate final List<Integer>matchingSelectors
-
Method Summary
Modifier and Type Method Description final CSSRulecomponent1()final List<Integer>component2()final RuleMatchcopy(CSSRule rule, List<Integer> matchingSelectors)final CSSRulegetRule()CSS rule in the match. final List<Integer>getMatchingSelectors()Matching selector indices in the rule's selectorList selectors (0-based). -
-
Method Detail
-
component1
final CSSRule component1()
-
component2
final List<Integer> component2()
-
getMatchingSelectors
final List<Integer> getMatchingSelectors()
Matching selector indices in the rule's selectorList selectors (0-based).
-
-
-
-