-
public final class GetMatchedStylesForNodeResponseResponse type for the CSSDomain.getMatchedStylesForNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final CSSStyleinlineStyleprivate final CSSStyleattributesStyleprivate final List<RuleMatch>matchedCSSRulesprivate final List<PseudoElementMatches>pseudoElementsprivate final List<InheritedStyleEntry>inheritedprivate final List<CSSKeyframesRule>cssKeyframesRules
-
Constructor Summary
Constructors Constructor Description GetMatchedStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle, List<RuleMatch> matchedCSSRules, List<PseudoElementMatches> pseudoElements, List<InheritedStyleEntry> inherited, List<CSSKeyframesRule> cssKeyframesRules)
-
Method Summary
Modifier and Type Method Description final CSSStylecomponent1()final CSSStylecomponent2()final List<RuleMatch>component3()final List<PseudoElementMatches>component4()final List<InheritedStyleEntry>component5()final List<CSSKeyframesRule>component6()final GetMatchedStylesForNodeResponsecopy(CSSStyle inlineStyle, CSSStyle attributesStyle, List<RuleMatch> matchedCSSRules, List<PseudoElementMatches> pseudoElements, List<InheritedStyleEntry> inherited, List<CSSKeyframesRule> cssKeyframesRules)final CSSStylegetInlineStyle()Inline style for the specified DOM node. final CSSStylegetAttributesStyle()Attribute-defined element style (e.g. final List<RuleMatch>getMatchedCSSRules()CSS rules matching this node, from all applicable stylesheets. final List<PseudoElementMatches>getPseudoElements()Pseudo style matches for this node. final List<InheritedStyleEntry>getInherited()A chain of inherited styles (from the immediate node parent up to the DOM tree root). final List<CSSKeyframesRule>getCssKeyframesRules()A list of CSS keyframed animations matching this node. -
-
Constructor Detail
-
GetMatchedStylesForNodeResponse
GetMatchedStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle, List<RuleMatch> matchedCSSRules, List<PseudoElementMatches> pseudoElements, List<InheritedStyleEntry> inherited, List<CSSKeyframesRule> cssKeyframesRules)
-
-
Method Detail
-
component1
final CSSStyle component1()
-
component2
final CSSStyle component2()
-
component3
final List<RuleMatch> component3()
-
component4
final List<PseudoElementMatches> component4()
-
component5
final List<InheritedStyleEntry> component5()
-
component6
final List<CSSKeyframesRule> component6()
-
copy
final GetMatchedStylesForNodeResponse copy(CSSStyle inlineStyle, CSSStyle attributesStyle, List<RuleMatch> matchedCSSRules, List<PseudoElementMatches> pseudoElements, List<InheritedStyleEntry> inherited, List<CSSKeyframesRule> cssKeyframesRules)
-
getInlineStyle
final CSSStyle getInlineStyle()
Inline style for the specified DOM node.
-
getAttributesStyle
final CSSStyle getAttributesStyle()
Attribute-defined element style (e.g. resulting from "width=20 height=100%").
-
getMatchedCSSRules
final List<RuleMatch> getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets.
-
getPseudoElements
final List<PseudoElementMatches> getPseudoElements()
Pseudo style matches for this node.
-
getInherited
final List<InheritedStyleEntry> getInherited()
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
-
getCssKeyframesRules
final List<CSSKeyframesRule> getCssKeyframesRules()
A list of CSS keyframed animations matching this node.
-
-
-
-