//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.QtSupport; /** The document title. See the TITLE element definition in HTML 4.0. @short The document title. */ public class HTMLTitleElement extends HTMLElement { protected HTMLTitleElement(Class dummy){super((Class) null);} public HTMLTitleElement() { super((Class) null); newHTMLTitleElement(); } private native void newHTMLTitleElement(); public HTMLTitleElement(HTMLTitleElement other) { super((Class) null); newHTMLTitleElement(other); } private native void newHTMLTitleElement(HTMLTitleElement other); public HTMLTitleElement(Node other) { super((Class) null); newHTMLTitleElement(other); } private native void newHTMLTitleElement(Node other); /** The specified title as a string. @short The specified title as a string. */ public native String text(); /** see text @short see text */ public native void setText(String arg1); // DOM::HTMLTitleElement* HTMLTitleElement(DOM::HTMLTitleElementImpl* arg1); >>>> NOT CONVERTED }