class HTMLHtmlElement
|
Root of an HTML document. More... |
|
|
Public Methods
- HTMLHtmlElement ()
- HTMLHtmlElement (const HTMLHtmlElement &other)
- HTMLHtmlElement (const Node &other) : HTMLElement()
- HTMLHtmlElement & operator = (const HTMLHtmlElement &other)
- HTMLHtmlElement & operator = (const Node &other)
- ~ HTMLHtmlElement ()
- DOMString version () const
- void setVersion ( const DOMString & )
Protected Methods
- HTMLHtmlElement (HTMLHtmlElementImpl *impl)
Detailed Description
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.
[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 & )
|
see version
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |