Class CSS.GetMatchedStylesForNodeResponse

  • Enclosing class:
    CSS

    public static class CSS.GetMatchedStylesForNodeResponse
    extends java.lang.Object
    • Method Detail

      • getInlineStyle

        public CSSStyle getInlineStyle()
        Inline style for the specified DOM node.
      • getAttributesStyle

        public CSSStyle getAttributesStyle()
        Attribute-defined element style (e.g. resulting from "width=20 height=100%").
      • getMatchedCSSRules

        public java.util.List<RuleMatch> getMatchedCSSRules()
        CSS rules matching this node, from all applicable stylesheets.
      • getPseudoElements

        public java.util.List<PseudoElementMatches> getPseudoElements()
        Pseudo style matches for this node.
      • getInherited

        public java.util.List<InheritedStyleEntry> getInherited()
        A chain of inherited styles (from the immediate node parent up to the DOM tree root).
      • getCssKeyframesRules

        public java.util.List<CSSKeyframesRule> getCssKeyframesRules()
        A list of CSS keyframed animations matching this node.