FileDocCategorySizeDatePackage
HTMLBRElement.javaAPI DocJava SE 5 API1083Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLBRElement

public interface HTMLBRElement implements HTMLElement
Force a line break. See the BR element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetClear()
Control flow of text around floats. See the clear attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public voidsetClear(java.lang.String clear)