KHTML
DOM::HTMLTitleElement Class Reference
The document title. More...
#include <html_head.h>
Inheritance diagram for DOM::HTMLTitleElement:

Public Member Functions | |
| HTMLTitleElement () | |
| HTMLTitleElement (const HTMLTitleElement &other) | |
| HTMLTitleElement (const Node &other) | |
| ~HTMLTitleElement () | |
| HTMLTitleElement & | operator= (const Node &other) |
| HTMLTitleElement & | operator= (const HTMLTitleElement &other) |
| void | setText (const DOMString &) |
| DOMString | text () const |
Protected Member Functions | |
| HTMLTitleElement (HTMLTitleElementImpl *impl) | |
Detailed Description
The document title.
See the TITLE element definition in HTML 4.0.
Definition at line 522 of file html_head.h.
Constructor & Destructor Documentation
| HTMLTitleElement::HTMLTitleElement | ( | ) |
Definition at line 476 of file html_head.cpp.
| HTMLTitleElement::HTMLTitleElement | ( | const HTMLTitleElement & | other | ) |
Definition at line 480 of file html_head.cpp.
| DOM::HTMLTitleElement::HTMLTitleElement | ( | const Node & | other | ) | [inline] |
Definition at line 527 of file html_head.h.
| HTMLTitleElement::HTMLTitleElement | ( | HTMLTitleElementImpl * | impl | ) | [protected] |
Definition at line 484 of file html_head.cpp.
| HTMLTitleElement::~HTMLTitleElement | ( | ) |
Definition at line 500 of file html_head.cpp.
Member Function Documentation
| HTMLTitleElement & HTMLTitleElement::operator= | ( | const HTMLTitleElement & | other | ) |
Definition at line 494 of file html_head.cpp.
| HTMLTitleElement & HTMLTitleElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 488 of file html_head.cpp.
| void HTMLTitleElement::setText | ( | const DOMString & | value | ) |
see text
Definition at line 510 of file html_head.cpp.
| DOMString HTMLTitleElement::text | ( | ) | const |
The specified title as a string.
Definition at line 504 of file html_head.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference