//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Document head information. See the HEAD element definition in HTML 4.0. @short Document head information. */ public class HTMLHeadElement extends HTMLElement { protected HTMLHeadElement(Class dummy){super((Class) null);} public HTMLHeadElement() { super((Class) null); newHTMLHeadElement(); } private native void newHTMLHeadElement(); public HTMLHeadElement(HTMLHeadElement other) { super((Class) null); newHTMLHeadElement(other); } private native void newHTMLHeadElement(HTMLHeadElement other); public HTMLHeadElement(Node other) { super((Class) null); newHTMLHeadElement(other); } private native void newHTMLHeadElement(Node other); /** URI designating a metadata profile. See the profile attribute definition in HTML 4.0. @short URI designating a metadata profile. */ public native String profile(); /** see profile @short see profile */ public native void setProfile(String arg1); // DOM::HTMLHeadElement* HTMLHeadElement(DOM::HTMLHeadElementImpl* arg1); >>>> NOT CONVERTED }