Class HtmlParameter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlParameter
    extends HtmlElement
    Wrapper for the HTML element "param".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Method Detail

      • getIdAttribute

        public final java.lang.String getIdAttribute()
        Returns the value of the attribute id. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute id or an empty string if that attribute isn't defined.
      • getNameAttribute

        public final java.lang.String getNameAttribute()
        Returns the value of the attribute name. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute name or an empty string if that attribute isn't defined.
      • getValueAttribute

        public final java.lang.String getValueAttribute()
        Returns the value of the attribute value. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute value or an empty string if that attribute isn't defined.
      • getValueTypeAttribute

        public final java.lang.String getValueTypeAttribute()
        Returns the value of the attribute valuetype. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute valuetype or an empty string if that attribute isn't defined.
      • getTypeAttribute

        public final java.lang.String getTypeAttribute()
        Returns the value of the attribute type. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute type or an empty string if that attribute isn't defined.