public interface

HTMLBRElement

implements HTMLElement
org.w3c.dom.html.HTMLBRElement

Class Overview

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

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

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getClear()
Control flow of text around floats.
abstract void setClear(String clear)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getClear ()

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

public abstract void setClear (String clear)