KHTML
#include <html_object.h>
Protected Member Functions | |
HTMLParamElement (HTMLParamElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) | |
Detailed Description
Parameters fed to the OBJECT
element.
See the PARAM element definition in HTML 4.0.
Definition at line 573 of file html_object.h.
Constructor & Destructor Documentation
HTMLParamElement::HTMLParamElement | ( | ) |
Definition at line 482 of file html_object.cpp.
HTMLParamElement::HTMLParamElement | ( | const HTMLParamElement & | other | ) |
Definition at line 486 of file html_object.cpp.
|
inline |
Definition at line 578 of file html_object.h.
|
protected |
Definition at line 490 of file html_object.cpp.
HTMLParamElement::~HTMLParamElement | ( | ) |
Definition at line 506 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 510 of file html_object.cpp.
HTMLParamElement & HTMLParamElement::operator= | ( | const HTMLParamElement & | other | ) |
Definition at line 500 of file html_object.cpp.
HTMLParamElement & HTMLParamElement::operator= | ( | const Node & | other | ) |
Definition at line 494 of file html_object.cpp.
void HTMLParamElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 516 of file html_object.cpp.
void HTMLParamElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 527 of file html_object.cpp.
void HTMLParamElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 538 of file html_object.cpp.
void HTMLParamElement::setValueType | ( | const DOMString & | value | ) |
see valueType
Definition at line 549 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 521 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 532 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 543 of file html_object.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.