org.kde.koala

Class HTMLBRElement

public class HTMLBRElement extends HTMLElement

Force a line break. See the BR element definition in HTML 4.0.

UNKNOWN: Force a line break.

Constructor Summary
protected HTMLBRElement(Class dummy)
HTMLBRElement()
HTMLBRElement(HTMLBRElement other)
HTMLBRElement(Node other)
Method Summary
Stringclear()
Control flow of text around floats.
voidsetClear(String arg1)
see clear

Constructor Detail

HTMLBRElement

protected HTMLBRElement(Class dummy)

HTMLBRElement

public HTMLBRElement()

HTMLBRElement

public HTMLBRElement(HTMLBRElement other)

HTMLBRElement

public HTMLBRElement(Node other)

Method Detail

clear

public String clear()
Control flow of text around floats. See the clear attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Control flow of text around floats.

setClear

public void setClear(String arg1)
see clear

UNKNOWN: see clear