KHTML
DOM::HTMLBRElement Class Reference
Force a line break. More...
#include <html_inline.h>

Public Member Functions | |
DOMString | clear () const |
HTMLBRElement (const Node &other) | |
HTMLBRElement (const HTMLBRElement &other) | |
HTMLBRElement () | |
HTMLBRElement & | operator= (const Node &other) |
HTMLBRElement & | operator= (const HTMLBRElement &other) |
void | setClear (const DOMString &) |
~HTMLBRElement () | |
Protected Member Functions | |
HTMLBRElement (HTMLBRElementImpl *impl) |
Detailed Description
Force a line break.
See the BR element definition in HTML 4.0.
Definition at line 250 of file html_inline.h.
Constructor & Destructor Documentation
HTMLBRElement::HTMLBRElement | ( | ) |
Definition at line 211 of file html_inline.cpp.
HTMLBRElement::HTMLBRElement | ( | const HTMLBRElement & | other | ) |
Definition at line 215 of file html_inline.cpp.
DOM::HTMLBRElement::HTMLBRElement | ( | const Node & | other | ) | [inline] |
Definition at line 255 of file html_inline.h.
HTMLBRElement::HTMLBRElement | ( | HTMLBRElementImpl * | impl | ) | [protected] |
Definition at line 219 of file html_inline.cpp.
HTMLBRElement::~HTMLBRElement | ( | ) |
Definition at line 235 of file html_inline.cpp.
Member Function Documentation
DOMString HTMLBRElement::clear | ( | ) | const |
Control flow of text around floats.
See the clear attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 239 of file html_inline.cpp.
HTMLBRElement & HTMLBRElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 223 of file html_inline.cpp.
HTMLBRElement & HTMLBRElement::operator= | ( | const HTMLBRElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 229 of file html_inline.cpp.
void HTMLBRElement::setClear | ( | const DOMString & | value | ) |
see clear
Definition at line 245 of file html_inline.cpp.
The documentation for this class was generated from the following files: