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.


Method Index

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

Methods

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

 o setVersion
 public abstract void setVersion(String version)

All Packages  Class Hierarchy  This Package  Previous  Next  Index