Package io.webfolder.cdp.type.css
Class InheritedStyleEntry
java.lang.Object
io.webfolder.cdp.type.css.InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ancestor node's inline style, if any, in the style inheritance chain.Matches of CSS rules matching the ancestor node in the style inheritance chain.void
setInlineStyle
(CSSStyle inlineStyle) The ancestor node's inline style, if any, in the style inheritance chain.void
setMatchedCSSRules
(List<RuleMatch> matchedCSSRules) Matches of CSS rules matching the ancestor node in the style inheritance chain.toString()
-
Constructor Details
-
InheritedStyleEntry
public InheritedStyleEntry()
-
-
Method Details
-
getInlineStyle
The ancestor node's inline style, if any, in the style inheritance chain. -
setInlineStyle
The ancestor node's inline style, if any, in the style inheritance chain. -
getMatchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain. -
setMatchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain. -
toString
-