class HTMLHtmlElement
|
Root of an HTML document. More... |
|
|
Public Methods
Protected Methods
Root of an HTML document. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML">
HTML element definition </a> in HTML 4.0.
HTMLHtmlElement ()
| HTMLHtmlElement |
HTMLHtmlElement (const HTMLHtmlElement &other)
| HTMLHtmlElement |
HTMLHtmlElement (const Node &other)
| HTMLHtmlElement |
HTMLHtmlElement (HTMLHtmlElementImpl *impl)
| HTMLHtmlElement |
[protected]
HTMLHtmlElement & operator = (const HTMLHtmlElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLHtmlElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLHtmlElement ()
| ~HTMLHtmlElement |
DOMString version ()
| version |
[const]
Version information about the document's DTD. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-version">
version attribute definition </a> in HTML 4.0. This attribute
is deprecated in HTML 4.0.
void setVersion ( const DOMString & )
| setVersion |
see version
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |