| |
|
| org.w3c.dom.html.HTMLParamElement
All known Subclasses: org.apache.html.dom.HTMLParamElementImpl,
getName | public String getName()(Code) | | The name of a run-time parameter. See the name attribute definition
in HTML 4.0.
|
getType | public String getType()(Code) | | Content type for the value attribute when
valuetype has the value "ref". See the type attribute
definition in HTML 4.0.
|
getValue | public String getValue()(Code) | | The value of a run-time parameter. See the value attribute definition
in HTML 4.0.
|
getValueType | public String getValueType()(Code) | | Information about the meaning of the value attribute
value. See the valuetype attribute definition in HTML 4.0.
|
setValueType | public void setValueType(String valueType)(Code) | | |
|
|
|