Class HTMLHtmlElementImpl

All Implemented Interfaces:
ModelNode, CSS2PropertiesContext, ScriptableDelegate, Element, HTMLElement, HTMLHtmlElement, Node

public class HTMLHtmlElementImpl extends HTMLElementImpl implements HTMLHtmlElement
  • Constructor Details

    • HTMLHtmlElementImpl

      public HTMLHtmlElementImpl()
    • HTMLHtmlElementImpl

      public HTMLHtmlElementImpl(String name)
  • Method Details

    • getVersion

      public String getVersion()
      Description copied from interface: HTMLHtmlElement
      Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getVersion in interface HTMLHtmlElement
    • setVersion

      public void setVersion(String version)
      Description copied from interface: HTMLHtmlElement
      Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setVersion in interface HTMLHtmlElement