DOM::HTMLHtmlElement Class Reference
#include <html_base.h>
Inheritance diagram for DOM::HTMLHtmlElement:

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.
Public Member Functions | |
| HTMLHtmlElement () | |
| HTMLHtmlElement (const HTMLHtmlElement &other) | |
| HTMLHtmlElement (const Node &other) | |
| HTMLHtmlElement & | operator= (const HTMLHtmlElement &other) |
| HTMLHtmlElement & | operator= (const Node &other) |
| ~HTMLHtmlElement () | |
| DOMString | version () const |
| void | setVersion (const DOMString &) |
Protected Member Functions | |
| HTMLHtmlElement (HTMLHtmlElementImpl *impl) | |
Member Function Documentation
| 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.
| void HTMLHtmlElement::setVersion | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

