org.w3c.dom.html2

Interface HTMLHtmlElement

All Superinterfaces:
Element, HTMLElement
Known Implementing Classes:
HTMLHtmlElementImpl

public interface HTMLHtmlElement
extends HTMLElement

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

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

Method Summary

String
getVersion()
Version information about the document's DTD.
void
setVersion(String version)
Version information about the document's DTD.

Methods inherited from interface org.w3c.dom.html2.HTMLElement

getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Method Details

getVersion

public String getVersion()
Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

setVersion

public void setVersion(String version)
Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.