org.kde.koala
public class HTMLParamElement extends HTMLElement
OBJECT
element. See the
PARAM element definition in HTML 4.0.UNKNOWN: Parameters fed to the OBJECT
element.
Constructor Summary | |
---|---|
protected | HTMLParamElement(Class dummy) |
HTMLParamElement() | |
HTMLParamElement(HTMLParamElement other) | |
HTMLParamElement(Node other) |
Method Summary | |
---|---|
String | name()
The name of a run-time parameter. |
void | setName(String arg1)
see name |
void | setType(String arg1)
see type |
void | setValue(String arg1)
see value |
void | setValueType(String arg1)
see valueType |
String | type()
Content type for the value attribute when
valuetype has the value "ref". |
String | value()
The value of a run-time parameter. |
String | valueType()
Information about the meaning of the value
attribute value. |
UNKNOWN: The name of a run-time parameter.
UNKNOWN: see name
UNKNOWN: see type
UNKNOWN: see value
UNKNOWN: see valueType
value
attribute when
valuetype
has the value "ref". See the
type attribute definition in HTML 4.0.UNKNOWN: Content type for the value
attribute when valuetype
has the value "ref".
UNKNOWN: The value of a run-time parameter.
value
attribute value. See the
valuetype attribute definition in HTML 4.0.UNKNOWN: Information about the meaning of the value
attribute value.