class HTMLBRElement
|
Force a line break. More... |
|
|
Public Methods
- HTMLBRElement ()
- HTMLBRElement (const HTMLBRElement &other)
- HTMLBRElement (const Node &other) : HTMLElement()
- HTMLBRElement & operator = (const HTMLBRElement &other)
- HTMLBRElement & operator = (const Node &other)
- ~ HTMLBRElement ()
- DOMString clear () const
- void setClear ( const DOMString & )
Protected Methods
- HTMLBRElement (HTMLBRElementImpl *impl)
Detailed Description
Force a line break. See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BR"> BR
element definition </a> in HTML 4.0.
[const]
Control flow of text around floats. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-clear">
clear attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
| void setClear ( const DOMString & )
|
see clear
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |