Uses of Class
io.webfolder.cdp.type.css.RuleMatch
Packages that use RuleMatch
-
Uses of RuleMatch in io.webfolder.cdp.type.css
Methods in io.webfolder.cdp.type.css that return types with arguments of type RuleMatchModifier and TypeMethodDescriptionGetMatchedStylesForNodeResult.getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets.InheritedStyleEntry.getMatchedCSSRules()
Matches of CSS rules matching the ancestor node in the style inheritance chain.PseudoElementMatches.getMatches()
Matches of CSS rules applicable to the pseudo style.Method parameters in io.webfolder.cdp.type.css with type arguments of type RuleMatchModifier and TypeMethodDescriptionvoid
GetMatchedStylesForNodeResult.setMatchedCSSRules
(List<RuleMatch> matchedCSSRules) CSS rules matching this node, from all applicable stylesheets.void
InheritedStyleEntry.setMatchedCSSRules
(List<RuleMatch> matchedCSSRules) Matches of CSS rules matching the ancestor node in the style inheritance chain.void
PseudoElementMatches.setMatches
(List<RuleMatch> matches) Matches of CSS rules applicable to the pseudo style.