KHTML
DOM::HTMLParamElement Class Reference
Parameters fed to the OBJECT
element.
More...
#include <html_object.h>

Public Member Functions | |
HTMLParamElement (const Node &other) | |
HTMLParamElement (const HTMLParamElement &other) | |
HTMLParamElement () | |
DOMString | name () const |
HTMLParamElement & | operator= (const Node &other) |
HTMLParamElement & | operator= (const HTMLParamElement &other) |
void | setName (const DOMString &) |
void | setType (const DOMString &) |
void | setValue (const DOMString &) |
void | setValueType (const DOMString &) |
DOMString | type () const |
DOMString | value () const |
DOMString | valueType () const |
~HTMLParamElement () | |
Protected Member Functions | |
HTMLParamElement (HTMLParamElementImpl *impl) |
Detailed Description
Parameters fed to the OBJECT
element.
See the PARAM element definition in HTML 4.0.
Definition at line 557 of file html_object.h.
Constructor & Destructor Documentation
HTMLParamElement::HTMLParamElement | ( | ) |
Definition at line 467 of file html_object.cpp.
HTMLParamElement::HTMLParamElement | ( | const HTMLParamElement & | other | ) |
Definition at line 471 of file html_object.cpp.
DOM::HTMLParamElement::HTMLParamElement | ( | const Node & | other | ) | [inline] |
Definition at line 562 of file html_object.h.
HTMLParamElement::HTMLParamElement | ( | HTMLParamElementImpl * | impl | ) | [protected] |
Definition at line 475 of file html_object.cpp.
HTMLParamElement::~HTMLParamElement | ( | ) |
Definition at line 491 of file html_object.cpp.
Member Function Documentation
DOMString HTMLParamElement::name | ( | ) | const |
The name of a run-time parameter.
See the name attribute definition in HTML 4.0.
Definition at line 495 of file html_object.cpp.
HTMLParamElement & HTMLParamElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 479 of file html_object.cpp.
HTMLParamElement & HTMLParamElement::operator= | ( | const HTMLParamElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 485 of file html_object.cpp.
void HTMLParamElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 501 of file html_object.cpp.
void HTMLParamElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 512 of file html_object.cpp.
void HTMLParamElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 523 of file html_object.cpp.
void HTMLParamElement::setValueType | ( | const DOMString & | value | ) |
see valueType
Definition at line 534 of file html_object.cpp.
DOMString HTMLParamElement::type | ( | ) | const |
Content type for the value
attribute when valuetype
has the value "ref".
See the type attribute definition in HTML 4.0.
Definition at line 506 of file html_object.cpp.
DOMString HTMLParamElement::value | ( | ) | const |
The value of a run-time parameter.
See the value attribute definition in HTML 4.0.
Definition at line 517 of file html_object.cpp.
DOMString HTMLParamElement::valueType | ( | ) | const |
Information about the meaning of the value
attribute value.
See the valuetype attribute definition in HTML 4.0.
Definition at line 528 of file html_object.cpp.
The documentation for this class was generated from the following files: