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