Class HTMLParamElement

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 HTMLParamElement extends HTMLElement
The JavaScript object HTMLParamElement.
See Also:
  • Constructor Details

    • HTMLParamElement

      public HTMLParamElement()
      Creates an instance.
  • Method Details

    • jsConstructor

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

      public String getName()
      Returns the name attribute.
      Overrides:
      getName in class HTMLElement
      Returns:
      the name attribute
    • getValue

      public String getValue()
      Returns the value attribute.
      Overrides:
      getValue in class HTMLElement
      Returns:
      the value attribute
    • getType

      public String getType()
      Returns the type attribute.
      Returns:
      the type attribute
    • getValueType

      public String getValueType()
      Returns the valuetype attribute.
      Returns:
      the valuetype attribute
    • isEndTagForbidden

      protected boolean isEndTagForbidden()
      Returns whether the end tag is forbidden or not.
      Overrides:
      isEndTagForbidden in class HTMLElement
      Returns:
      whether the end tag is forbidden or not
      See Also: