//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** For the Q and BLOCKTQUOTE elements. See the Q element definition in HTML 4.0. Note: The DOM is not quite consistent here. They also define the HTMLBlockQuoteElement interface, to represent the BLOCKTQUOTE element. To resolve ambiquities, we use this one for the Q element only. @short For the Q and BLOCKTQUOTE elements. */ public class HTMLQuoteElement extends HTMLElement { protected HTMLQuoteElement(Class dummy){super((Class) null);} public HTMLQuoteElement() { super((Class) null); newHTMLQuoteElement(); } private native void newHTMLQuoteElement(); public HTMLQuoteElement(HTMLQuoteElement other) { super((Class) null); newHTMLQuoteElement(other); } private native void newHTMLQuoteElement(HTMLQuoteElement other); public HTMLQuoteElement(Node other) { super((Class) null); newHTMLQuoteElement(other); } private native void newHTMLQuoteElement(Node other); /** A URI designating a document that designates a source document or message. See the cite attribute definition in HTML 4.0. @short A URI designating a document that designates a source document or message. */ public native String cite(); /** see cite @short see cite */ public native void setCite(String arg1); // DOM::HTMLQuoteElement* HTMLQuoteElement(DOM::HTMLGenericElementImpl* arg1); >>>> NOT CONVERTED }