Class HTMLParamElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLParamElement, Node, NodeList, TypeInfo

public class HTMLParamElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLParamElement
See Also:
  • Constructor Details

    • HTMLParamElementImpl

      public HTMLParamElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.w3c.dom.html.HTMLParamElement
    • setName

      public void setName(String name)
      Specified by:
      setName in interface org.w3c.dom.html.HTMLParamElement
    • getType

      public String getType()
      Specified by:
      getType in interface org.w3c.dom.html.HTMLParamElement
    • setType

      public void setType(String type)
      Specified by:
      setType in interface org.w3c.dom.html.HTMLParamElement
    • getValue

      public String getValue()
      Specified by:
      getValue in interface org.w3c.dom.html.HTMLParamElement
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface org.w3c.dom.html.HTMLParamElement
    • getValueType

      public String getValueType()
      Specified by:
      getValueType in interface org.w3c.dom.html.HTMLParamElement
    • setValueType

      public void setValueType(String valuetype)
      Specified by:
      setValueType in interface org.w3c.dom.html.HTMLParamElement