KHTML
DOM::HTMLHtmlElement Class Reference
Root of an HTML document. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLHtmlElement:
Public Member Functions | |
HTMLHtmlElement (const Node &other) | |
HTMLHtmlElement (const HTMLHtmlElement &other) | |
HTMLHtmlElement () | |
HTMLHtmlElement & | operator= (const Node &other) |
HTMLHtmlElement & | operator= (const HTMLHtmlElement &other) |
void | setVersion (const DOMString &) |
DOMString | version () const |
~HTMLHtmlElement () | |
Protected Member Functions | |
HTMLHtmlElement (HTMLHtmlElementImpl *impl) |
Detailed Description
Root of an HTML document.See the HTML element definition in HTML 4.0.
Definition at line 577 of file html_base.h.
Constructor & Destructor Documentation
HTMLHtmlElement::HTMLHtmlElement | ( | ) |
Definition at line 495 of file html_base.cpp.
HTMLHtmlElement::HTMLHtmlElement | ( | const HTMLHtmlElement & | other | ) |
Definition at line 499 of file html_base.cpp.
DOM::HTMLHtmlElement::HTMLHtmlElement | ( | const Node & | other | ) | [inline] |
Definition at line 582 of file html_base.h.
HTMLHtmlElement::HTMLHtmlElement | ( | HTMLHtmlElementImpl * | impl | ) | [protected] |
Definition at line 503 of file html_base.cpp.
HTMLHtmlElement::~HTMLHtmlElement | ( | ) |
Definition at line 519 of file html_base.cpp.
Member Function Documentation
HTMLHtmlElement & HTMLHtmlElement::operator= | ( | const Node & | other | ) |
HTMLHtmlElement & HTMLHtmlElement::operator= | ( | const HTMLHtmlElement & | other | ) |
Definition at line 513 of file html_base.cpp.
void HTMLHtmlElement::setVersion | ( | const DOMString & | value | ) |
DOMString HTMLHtmlElement::version | ( | ) | const |
Version information about the document's DTD.
See the version attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 523 of file html_base.cpp.
The documentation for this class was generated from the following files: