Class ElementCssStyleDeclaration

java.lang.Object
org.htmlunit.css.AbstractCssStyleDeclaration
org.htmlunit.css.ElementCssStyleDeclaration
All Implemented Interfaces:
Serializable

public class ElementCssStyleDeclaration extends AbstractCssStyleDeclaration
A css StyleDeclaration backed by a DomElement.
Author:
Mike Bowler, Christian Sell, Daniel Gredler, Chris Erskine, Ahmed Ashour, Rodney Gitzel, Sudhan Moghe, Ronald Brill, Frank Danek, Dennis Duysak, cd alexndr, Lai Quang Duong
See Also:
  • Constructor Details

    • ElementCssStyleDeclaration

      public ElementCssStyleDeclaration(DomElement domElement)
      Creates an instance which backed by the given dom element.
      Parameters:
      domElement - the dom element this is based on
  • Method Details