org.w3c.dom.html2
public interface: HTMLHtmlElement [javadoc |
source]
All Implemented Interfaces:
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 from org.w3c.dom.html2.HTMLHtmlElement Detail: |
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. |
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. |