#include <html_object.h>

Protected Member Functions | |
HTMLParamElement (HTMLParamElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLParamElement::HTMLParamElement | ( | ) |
Definition at line 464 of file html_object.cpp.
◆ HTMLParamElement() [2/4]
HTMLParamElement::HTMLParamElement | ( | const HTMLParamElement & | other | ) |
Definition at line 468 of file html_object.cpp.
◆ HTMLParamElement() [3/4]
|
inline |
Definition at line 562 of file html_object.h.
◆ HTMLParamElement() [4/4]
|
protected |
Definition at line 472 of file html_object.cpp.
◆ ~HTMLParamElement()
HTMLParamElement::~HTMLParamElement | ( | ) |
Definition at line 488 of file html_object.cpp.
Member Function Documentation
◆ name()
DOMString HTMLParamElement::name | ( | ) | const |
The name of a run-time parameter.
See the name attribute definition in HTML 4.0.
Definition at line 492 of file html_object.cpp.
◆ operator=() [1/2]
HTMLParamElement & HTMLParamElement::operator= | ( | const HTMLParamElement & | other | ) |
Definition at line 482 of file html_object.cpp.
◆ operator=() [2/2]
HTMLParamElement & HTMLParamElement::operator= | ( | const Node & | other | ) |
Definition at line 476 of file html_object.cpp.
◆ setName()
void HTMLParamElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 498 of file html_object.cpp.
◆ setType()
void HTMLParamElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 509 of file html_object.cpp.
◆ setValue()
void HTMLParamElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 520 of file html_object.cpp.
◆ setValueType()
void HTMLParamElement::setValueType | ( | const DOMString & | value | ) |
see valueType
Definition at line 531 of file html_object.cpp.
◆ type()
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 503 of file html_object.cpp.
◆ value()
DOMString HTMLParamElement::value | ( | ) | const |
The value of a run-time parameter.
See the value attribute definition in HTML 4.0.
Definition at line 514 of file html_object.cpp.
◆ valueType()
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 525 of file html_object.cpp.
The documentation for this class was generated from the following files: