org.w3c.dom.html

Interface HTMLHtmlElement

public interface HTMLHtmlElement extends HTMLElement

Root of an HTML document. See the HTML element definition in HTML 4.0.
Method Summary
StringgetVersion()
Version information about the document's DTD.
voidsetVersion(String version)

Method Detail

getVersion

public 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.

setVersion

public void setVersion(String version)