//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Document base URI. See the BASE element definition in HTML 4.0. @short Document base URI. */ public class HTMLBaseElement extends HTMLElement { protected HTMLBaseElement(Class dummy){super((Class) null);} public HTMLBaseElement() { super((Class) null); newHTMLBaseElement(); } private native void newHTMLBaseElement(); public HTMLBaseElement(HTMLBaseElement other) { super((Class) null); newHTMLBaseElement(other); } private native void newHTMLBaseElement(HTMLBaseElement other); public HTMLBaseElement(Node other) { super((Class) null); newHTMLBaseElement(other); } private native void newHTMLBaseElement(Node other); /** The base URI See the href attribute definition in HTML 4.0. @short The base URI See the target attribute definition in HTML 4.0. @short The default target frame. */ public native String target(); /** see target @short see target */ public native void setTarget(String arg1); // DOM::HTMLBaseElement* HTMLBaseElement(DOM::HTMLBaseElementImpl* arg1); >>>> NOT CONVERTED }