public interface

HTMLHtmlElement

implements HTMLElement
org.w3c.dom.html.HTMLHtmlElement

Class Overview

Root of an HTML document. See the HTML element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getVersion()
Version information about the document's DTD.
abstract void setVersion(String version)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getVersion ()

Version information about the document's DTD. See the version attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract void setVersion (String version)