KHTML
DOM::HTMLHeadElement Class Reference
Document head information. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLHeadElement:
Public Member Functions | |
| HTMLHeadElement (const Node &other) | |
| HTMLHeadElement (const HTMLHeadElement &other) | |
| HTMLHeadElement () | |
| HTMLHeadElement & | operator= (const Node &other) |
| HTMLHeadElement & | operator= (const HTMLHeadElement &other) |
| DOMString | profile () const |
| void | setProfile (const DOMString &) |
| ~HTMLHeadElement () | |
Protected Member Functions | |
| HTMLHeadElement (HTMLHeadElementImpl *impl) | |
Detailed Description
Document head information.
See the HEAD element definition in HTML 4.0.
Definition at line 535 of file html_base.h.
Constructor & Destructor Documentation
| HTMLHeadElement::HTMLHeadElement | ( | ) |
Definition at line 450 of file html_base.cpp.
| HTMLHeadElement::HTMLHeadElement | ( | const HTMLHeadElement & | other | ) |
Definition at line 454 of file html_base.cpp.
| DOM::HTMLHeadElement::HTMLHeadElement | ( | const Node & | other | ) | [inline] |
Definition at line 540 of file html_base.h.
| HTMLHeadElement::HTMLHeadElement | ( | HTMLHeadElementImpl * | impl | ) | [protected] |
Definition at line 458 of file html_base.cpp.
| HTMLHeadElement::~HTMLHeadElement | ( | ) |
Definition at line 474 of file html_base.cpp.
Member Function Documentation
| HTMLHeadElement & HTMLHeadElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 462 of file html_base.cpp.
| HTMLHeadElement & HTMLHeadElement::operator= | ( | const HTMLHeadElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 468 of file html_base.cpp.
| DOMString HTMLHeadElement::profile | ( | ) | const |
URI designating a metadata profile.
See the profile attribute definition in HTML 4.0.
Definition at line 478 of file html_base.cpp.
| void HTMLHeadElement::setProfile | ( | const DOMString & | value | ) |
see profile
Definition at line 484 of file html_base.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference