Class InheritedStyleEntry

java.lang.Object
io.webfolder.cdp.type.css.InheritedStyleEntry

public class InheritedStyleEntry extends Object
Inherited CSS rule collection from ancestor node.
  • Constructor Details

    • InheritedStyleEntry

      public InheritedStyleEntry()
  • Method Details

    • getInlineStyle

      public CSSStyle getInlineStyle()
      The ancestor node's inline style, if any, in the style inheritance chain.
    • setInlineStyle

      public void setInlineStyle(CSSStyle inlineStyle)
      The ancestor node's inline style, if any, in the style inheritance chain.
    • getMatchedCSSRules

      public List<RuleMatch> getMatchedCSSRules()
      Matches of CSS rules matching the ancestor node in the style inheritance chain.
    • setMatchedCSSRules

      public void setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
      Matches of CSS rules matching the ancestor node in the style inheritance chain.
    • toString

      public String toString()
      Overrides:
      toString in class Object