org.w3c.dom.html
public interface HTMLParamElement extends HTMLElement
OBJECT
element. See the PARAM element
definition in HTML 4.0.
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
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 attribute
value. |
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
attribute
value. See the valuetype attribute definition in HTML 4.0.