All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLHtmlElement
- public interface HTMLHtmlElement
- extends HTMLElement
Root of an HTML document. See the HTML element definition in HTML 4.0.
-
getVersion()
- Version information about the document's DTD.
-
setVersion(String)
-
getVersion
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.
setVersion
public abstract void setVersion(String version)
All Packages Class Hierarchy This Package Previous Next Index