Class HTMLDataElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLDataElement extends HTMLElement
The JavaScript object HTMLDataElement.
See Also:
  • Constructor Details

    • HTMLDataElement

      public HTMLDataElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • setValue

      public void setValue(String newValue)
      Sets the value of the attribute value.
      Parameters:
      newValue - the new value to set
    • getValue

      public String getValue()
      Returns the value property.
      Overrides:
      getValue in class HTMLElement
      Returns:
      the value property