class HTMLBRElement
|
Force a line break. More... |
|
|
Public Methods
Protected Methods
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.
HTMLBRElement ()
| HTMLBRElement |
HTMLBRElement (const HTMLBRElement &other)
| HTMLBRElement |
HTMLBRElement (const Node &other)
| HTMLBRElement |
HTMLBRElement (HTMLBRElementImpl *impl)
| HTMLBRElement |
[protected]
HTMLBRElement & operator = (const HTMLBRElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLBRElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLBRElement ()
| ~HTMLBRElement |
[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 & )
| setClear |
see clear
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |