| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
List<RuleMatch> |
InheritedStyleEntry.getMatchedCSSRules()
Matches of CSS rules matching the ancestor node in the style inheritance chain.
|
List<RuleMatch> |
MatchedStylesForNode.getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets.
|
List<RuleMatch> |
PseudoElementMatches.getMatches()
Matches of CSS rules applicable to the pseudo style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InheritedStyleEntry.setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
Matches of CSS rules matching the ancestor node in the style inheritance chain.
|
void |
MatchedStylesForNode.setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
CSS rules matching this node, from all applicable stylesheets.
|
void |
PseudoElementMatches.setMatches(List<RuleMatch> matches)
Matches of CSS rules applicable to the pseudo style.
|
Copyright © 2020. All rights reserved.