element. See the PARAM element
definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLParamElement Detail: |
public String getName()
The name of a run-time parameter. See the name attribute definition in
HTML 4.0. |
public String getType()
Content type for the value attribute when
valuetype has the value "ref". See the type attribute
definition in HTML 4.0. |
public String getValue()
The value of a run-time parameter. See the value attribute definition in
HTML 4.0. |
public String getValueType()
Information about the meaning of the value attributevalue.
See the valuetype attribute definition in HTML 4.0. |
public void setName(String name)
|
public void setType(String type)
|
public void setValue(String value)
|
public void setValueType(String valueType)
|