|
|
Parameters fed to the <code> OBJECT </code> element. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-PARAM"> PARAM element definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-PARAM"> name attribute definition </a> in HTML 4.0.
| void setName ( const DOMString & )
| setName |
see name
| DOMString type ()
| type |
[const]
Content type for the <code> value </code> attribute when <code> valuetype </code> has the value "ref". See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-type-PARAM"> type attribute definition </a> in HTML 4.0.
| void setType ( const DOMString & )
| setType |
see type
| DOMString value ()
| value |
[const]
The value of a run-time parameter. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-value-PARAM"> value attribute definition </a> in HTML 4.0.
| void setValue ( const DOMString & )
| setValue |
see value
| DOMString valueType ()
| valueType |
[const]
Information about the meaning of the <code> value </code> attribute value. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-valuetype"> valuetype attribute definition </a> in HTML 4.0.
| void setValueType ( const DOMString & )
| setValueType |
see valueType
| Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |