Interface HTMLHtmlElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
HTMLHtmlElementImpl

public interface HTMLHtmlElement extends HTMLElement
Serves as the root node for a given HTML document. This object inherits the properties and methods described in the HTMLElement interface.
  • Method Details

    • getVersion

      @Deprecated String getVersion()
      Deprecated.
      Sets or retrieves the DTD version that governs the current document.
      Returns:
      a String object.
    • setVersion

      void setVersion(String version)

      setVersion.

      Parameters:
      version - a String object.