Class HTMLHtmlElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLHtmlElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLHtmlElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLHtmlElement
    See Also:
    HTMLHtmlElement, ElementImpl
    • Constructor Detail

      • HTMLHtmlElementImpl

        public HTMLHtmlElementImpl​(HTMLDocumentImpl owner,
                                   java.lang.String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Specified by:
        getVersion in interface org.w3c.dom.html.HTMLHtmlElement
      • setVersion

        public void setVersion​(java.lang.String version)
        Specified by:
        setVersion in interface org.w3c.dom.html.HTMLHtmlElement