org.kde.koala

Class HTMLParamElement

public class HTMLParamElement extends HTMLElement

Parameters fed to the 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
Stringname()
The name of a run-time parameter.
voidsetName(String arg1)
see name
voidsetType(String arg1)
see type
voidsetValue(String arg1)
see value
voidsetValueType(String arg1)
see valueType
Stringtype()
Content type for the value attribute when valuetype has the value "ref".
Stringvalue()
The value of a run-time parameter.
StringvalueType()
Information about the meaning of the value attribute value.

Constructor Detail

HTMLParamElement

protected HTMLParamElement(Class dummy)

HTMLParamElement

public HTMLParamElement()

HTMLParamElement

public HTMLParamElement(HTMLParamElement other)

HTMLParamElement

public HTMLParamElement(Node other)

Method Detail

name

public String name()
The name of a run-time parameter. See the name attribute definition in HTML 4.0.

UNKNOWN: The name of a run-time parameter.

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setType

public void setType(String arg1)
see type

UNKNOWN: see type

setValue

public void setValue(String arg1)
see value

UNKNOWN: see value

setValueType

public void setValueType(String arg1)
see valueType

UNKNOWN: see valueType

type

public String type()
Content type for the 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".

value

public String value()
The value of a run-time parameter. See the value attribute definition in HTML 4.0.

UNKNOWN: The value of a run-time parameter.

valueType

public String valueType()
Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.0.

UNKNOWN: Information about the meaning of the value attribute value.