//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Force a line break. See the BR element definition in HTML 4.0. @short Force a line break. */ public class HTMLBRElement extends HTMLElement { protected HTMLBRElement(Class dummy){super((Class) null);} public HTMLBRElement() { super((Class) null); newHTMLBRElement(); } private native void newHTMLBRElement(); public HTMLBRElement(HTMLBRElement other) { super((Class) null); newHTMLBRElement(other); } private native void newHTMLBRElement(HTMLBRElement other); public HTMLBRElement(Node other) { super((Class) null); newHTMLBRElement(other); } private native void newHTMLBRElement(Node other); /** Control flow of text around floats. See the clear attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Control flow of text around floats. */ public native String clear(); /** see clear @short see clear */ public native void setClear(String arg1); // DOM::HTMLBRElement* HTMLBRElement(DOM::HTMLBRElementImpl* arg1); >>>> NOT CONVERTED }