org.w3c.dom.html2
public interface HTMLParamElement extends HTMLElement
OBJECT
element. See the PARAM element
definition in HTML 4.01.
See also the Document Object Model (DOM) Level 2 HTML Specification.
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)
The name of a run-time parameter. |
void | setType(String type)
Content type for the value attribute when
valuetype has the value "ref". |
void | setValue(String value)
The value of a run-time parameter. |
void | setValueType(String valueType)
Information about the meaning of the value attribute
value. |
value
attribute when
valuetype
has the value "ref". See the type attribute
definition in HTML 4.01.value
attribute
value. See the valuetype attribute definition in HTML 4.01.value
attribute when
valuetype
has the value "ref". See the type attribute
definition in HTML 4.01.value
attribute
value. See the valuetype attribute definition in HTML 4.01.