KHTML
DOM::HTMLParamElement Class Reference
Parameters fed to theOBJECT
element.
More...
#include <html_object.h>
Inheritance diagram for DOM::HTMLParamElement:
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 theOBJECT
element.
See the PARAM element definition in HTML 4.0.
Definition at line 557 of file html_object.h.
Constructor & Destructor Documentation
DOM::HTMLParamElement::HTMLParamElement | ( | ) |
DOM::HTMLParamElement::HTMLParamElement | ( | const HTMLParamElement & | other | ) |
DOM::HTMLParamElement::HTMLParamElement | ( | const Node & | other | ) | [inline] |
Definition at line 562 of file html_object.h.
DOM::HTMLParamElement::HTMLParamElement | ( | HTMLParamElementImpl * | impl | ) | [protected] |
DOM::HTMLParamElement::~HTMLParamElement | ( | ) |
Member Function Documentation
DOMString DOM::HTMLParamElement::name | ( | ) | const |
The name of a run-time parameter.
See the name attribute definition in HTML 4.0.
HTMLParamElement& DOM::HTMLParamElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
HTMLParamElement& DOM::HTMLParamElement::operator= | ( | const HTMLParamElement & | other | ) |
void DOM::HTMLParamElement::setName | ( | const DOMString & | ) |
see name
void DOM::HTMLParamElement::setType | ( | const DOMString & | ) |
see type
void DOM::HTMLParamElement::setValue | ( | const DOMString & | ) |
see value
void DOM::HTMLParamElement::setValueType | ( | const DOMString & | ) |
see valueType
DOMString DOM::HTMLParamElement::type | ( | ) | const |
Content type for the value
attribute when valuetype
has the value "ref".
See the type attribute definition in HTML 4.0.
DOMString DOM::HTMLParamElement::value | ( | ) | const |
The value of a run-time parameter.
See the value attribute definition in HTML 4.0.
DOMString DOM::HTMLParamElement::valueType | ( | ) | const |
Information about the meaning of the value
attribute value.
See the valuetype attribute definition in HTML 4.0.
The documentation for this class was generated from the following file: