Class HTMLDataElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • HTMLDataElement

        public HTMLDataElement()
        Creates an instance.
    • Method Detail

      • setValue

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

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