Module jdk.xml.dom

Interface HTMLParamElement

    • Method Detail

      • getName

        String getName()
        The name of a run-time parameter. See the name attribute definition in HTML 4.0.
      • setName

        void setName​(String name)
      • getType

        String getType()
        Content type for the value attribute when valuetype has the value "ref". See the type attribute definition in HTML 4.0.
      • setType

        void setType​(String type)
      • getValue

        String getValue()
        The value of a run-time parameter. See the value attribute definition in HTML 4.0.
      • setValue

        void setValue​(String value)
      • getValueType

        String getValueType()
        Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.0.
      • setValueType

        void setValueType​(String valueType)