Class HTMLParamElementImpl

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

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

      • HTMLParamElementImpl

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

      • getName

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

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

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

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

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

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

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

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