KHTML
DOM::HTMLTitleElement Class Reference
The document title. More...
#include <html_head.h>
Inheritance diagram for DOM::HTMLTitleElement:
Public Member Functions | |
HTMLTitleElement (const Node &other) | |
HTMLTitleElement (const HTMLTitleElement &other) | |
HTMLTitleElement () | |
HTMLTitleElement & | operator= (const Node &other) |
HTMLTitleElement & | operator= (const HTMLTitleElement &other) |
void | setText (const DOMString &) |
DOMString | text () const |
~HTMLTitleElement () | |
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 477 of file html_head.cpp.
HTMLTitleElement::HTMLTitleElement | ( | const HTMLTitleElement & | other | ) |
Definition at line 481 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 485 of file html_head.cpp.
HTMLTitleElement::~HTMLTitleElement | ( | ) |
Definition at line 501 of file html_head.cpp.
Member Function Documentation
HTMLTitleElement & HTMLTitleElement::operator= | ( | const Node & | other | ) |
HTMLTitleElement & HTMLTitleElement::operator= | ( | const HTMLTitleElement & | other | ) |
Definition at line 495 of file html_head.cpp.
void HTMLTitleElement::setText | ( | const DOMString & | value | ) |
DOMString HTMLTitleElement::text | ( | ) | const |
The documentation for this class was generated from the following files: