Interface NodeStyleDeclaration

All Superinterfaces:
CSSStyleDeclaration
All Known Subinterfaces:
CSSComputedProperties
All Known Implementing Classes:
CompatInlineStyle, ComputedCSSStyle, DOMComputedStyle, InlineStyle

public interface NodeStyleDeclaration extends CSSStyleDeclaration
This style declaration belongs to a DOM node.
  • Method Details

    • getOwnerNode

      Node getOwnerNode()
      Gets the owner node.
      Returns:
      the owner node.