public class MatchedStylesForNode extends Object
| Constructor and Description |
|---|
MatchedStylesForNode() |
| Modifier and Type | Method and Description |
|---|---|
CSSStyle |
getAttributesStyle()
Attribute-defined element style (e.g.
|
List<CSSKeyframesRule> |
getCssKeyframesRules()
A list of CSS keyframed animations matching this node.
|
List<InheritedStyleEntry> |
getInherited()
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
|
CSSStyle |
getInlineStyle()
Inline style for the specified DOM node.
|
List<RuleMatch> |
getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets.
|
List<PseudoElementMatches> |
getPseudoElements()
Pseudo style matches for this node.
|
void |
setAttributesStyle(CSSStyle attributesStyle)
Attribute-defined element style (e.g.
|
void |
setCssKeyframesRules(List<CSSKeyframesRule> cssKeyframesRules)
A list of CSS keyframed animations matching this node.
|
void |
setInherited(List<InheritedStyleEntry> inherited)
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
|
void |
setInlineStyle(CSSStyle inlineStyle)
Inline style for the specified DOM node.
|
void |
setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
CSS rules matching this node, from all applicable stylesheets.
|
void |
setPseudoElements(List<PseudoElementMatches> pseudoElements)
Pseudo style matches for this node.
|
public CSSStyle getInlineStyle()
public void setInlineStyle(CSSStyle inlineStyle)
public CSSStyle getAttributesStyle()
public void setAttributesStyle(CSSStyle attributesStyle)
public List<RuleMatch> getMatchedCSSRules()
public void setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
public List<PseudoElementMatches> getPseudoElements()
public void setPseudoElements(List<PseudoElementMatches> pseudoElements)
public List<InheritedStyleEntry> getInherited()
public void setInherited(List<InheritedStyleEntry> inherited)
public List<CSSKeyframesRule> getCssKeyframesRules()
public void setCssKeyframesRules(List<CSSKeyframesRule> cssKeyframesRules)
Copyright © 2020. All rights reserved.