-
public final class InheritedStyleEntryInherited CSS rule collection from ancestor node.
-
-
Field Summary
Fields Modifier and Type Field Description private final CSSStyleinlineStyleprivate final List<RuleMatch>matchedCSSRules
-
Constructor Summary
Constructors Constructor Description InheritedStyleEntry(CSSStyle inlineStyle, List<RuleMatch> matchedCSSRules)
-
Method Summary
Modifier and Type Method Description final CSSStylecomponent1()final List<RuleMatch>component2()final InheritedStyleEntrycopy(CSSStyle inlineStyle, List<RuleMatch> matchedCSSRules)final CSSStylegetInlineStyle()The ancestor node's inline style, if any, in the style inheritance chain. final List<RuleMatch>getMatchedCSSRules()Matches of CSS rules matching the ancestor node in the style inheritance chain. -
-
Method Detail
-
component1
final CSSStyle component1()
-
component2
final List<RuleMatch> component2()
-
copy
final InheritedStyleEntry copy(CSSStyle inlineStyle, List<RuleMatch> matchedCSSRules)
-
getInlineStyle
final CSSStyle getInlineStyle()
The ancestor node's inline style, if any, in the style inheritance chain.
-
getMatchedCSSRules
final List<RuleMatch> getMatchedCSSRules()
Matches of CSS rules matching the ancestor node in the style inheritance chain.
-
-
-
-