Class HTMLHtmlElementImpl

    • Constructor Detail

      • HTMLHtmlElementImpl

        public HTMLHtmlElementImpl()
      • HTMLHtmlElementImpl

        public HTMLHtmlElementImpl​(java.lang.String name)
    • Method Detail

      • getVersion

        public java.lang.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​(java.lang.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