//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Root of an HTML document. See the HTML element definition in HTML 4.0. @short Root of an HTML document. */ public class HTMLHtmlElement extends HTMLElement { protected HTMLHtmlElement(Class dummy){super((Class) null);} public HTMLHtmlElement() { super((Class) null); newHTMLHtmlElement(); } private native void newHTMLHtmlElement(); public HTMLHtmlElement(HTMLHtmlElement other) { super((Class) null); newHTMLHtmlElement(other); } private native void newHTMLHtmlElement(HTMLHtmlElement other); public HTMLHtmlElement(Node other) { super((Class) null); newHTMLHtmlElement(other); } private native void newHTMLHtmlElement(Node other); /** Version information about the document's DTD. See the version attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Version information about the document's DTD. */ public native String version(); /** see version @short see version */ public native void setVersion(String arg1); // DOM::HTMLHtmlElement* HTMLHtmlElement(DOM::HTMLHtmlElementImpl* arg1); >>>> NOT CONVERTED }