| 
 
 | 
 | 
 Parameters fed to the  OBJECT  element. See the 
 PARAM element definition  in HTML 4.0.
| HTMLParamElement () | HTMLParamElement | 
| HTMLParamElement (const HTMLParamElement &other) | HTMLParamElement | 
| HTMLParamElement (const Node &other) | HTMLParamElement | 
| HTMLParamElement (HTMLParamElementImpl *impl) | HTMLParamElement | 
[protected]
| HTMLParamElement &  operator =  (const HTMLParamElement &other) | operator = | 
Reimplemented from HTMLElement.
| HTMLParamElement &  operator =  (const Node &other) | operator = | 
Reimplemented from HTMLElement.
| ~HTMLParamElement () | ~HTMLParamElement | 
| DOMString  name () | name | 
[const]
The name of a run-time parameter. See the name attribute definition in HTML 4.0.
| void  setName ( const DOMString & ) | setName | 
see name
| DOMString  type () | type | 
[const]
 Content type for the  value  attribute when 
 valuetype  has the value "ref". See the 
 type attribute definition  in HTML 4.0.
| void  setType ( const DOMString & ) | setType | 
see type
| DOMString  value () | value | 
[const]
The value of a run-time parameter. See the value attribute definition in HTML 4.0.
| void  setValue ( const DOMString & ) | setValue | 
see value
| DOMString  valueType () | valueType | 
[const]
 Information about the meaning of the  value 
 attribute value. See the 
 valuetype attribute definition  in HTML 4.0.
| void  setValueType ( const DOMString & ) | setValueType | 
see valueType
| Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |