Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLHtmlElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

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

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLHtmlElement Summary:
getVersion,   setVersion
Method from org.w3c.dom.html.HTMLHtmlElement Detail:
 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.
 public  void setVersion(String version)