DOM::HTMLHtmlElement Class Reference
Root of an HTML document. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLHtmlElement:


| Public Member Functions | |
| HTMLHtmlElement (const HTMLHtmlElement &other) | |
| HTMLHtmlElement (const Node &other) | |
| HTMLHtmlElement & | operator= (const HTMLHtmlElement &other) | 
| HTMLHtmlElement & | operator= (const Node &other) | 
| DOMString | version () const | 
| void | setVersion (const DOMString &) | 
| 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 576 of file html_base.h.
Member Function Documentation
| 
 | 
| 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. | 
| 
 | 
| see version 
 Definition at line 529 of file html_base.cpp. | 
The documentation for this class was generated from the following files:

