Class CSS.GetMatchedStylesForNodeResponse

  • Enclosing class:
    CSS

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

    • Method Detail

      • getInlineStyle

        public java.util.Optional<CSSStyle> getInlineStyle()
        Inline style for the specified DOM node.
      • getAttributesStyle

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

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

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

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

        public java.util.Optional<java.util.List<InheritedPseudoElementMatches>> getInheritedPseudoElements()
        A chain of inherited pseudo element styles (from the immediate node parent up to the DOM tree root).
      • getCssKeyframesRules

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