DOM::HTMLBRElement Class Reference
#include <html_inline.h>
Inheritance diagram for DOM::HTMLBRElement:
Protected Member Functions | |
| HTMLBRElement (HTMLBRElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
| HTMLElement (HTMLElementImpl *impl) | |
| void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
| Element (ElementImpl *_impl) | |
Additional Inherited Members | |
Public Types inherited from DOM::Node | |
| enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
Static Public Member Functions inherited from DOM::Element | |
| static bool | tdehtmlValidAttrName (const DOMString &name) |
| static bool | tdehtmlValidPrefix (const DOMString &name) |
| static bool | tdehtmlValidQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedPrefix (const DOMString &name) |
Protected Attributes inherited from DOM::Node | |
| NodeImpl * | impl |
Detailed Description
Force a line break.
See the BR element definition in HTML 4.0.
Definition at line 259 of file html_inline.h.
Constructor & Destructor Documentation
◆ HTMLBRElement() [1/4]
| HTMLBRElement::HTMLBRElement | ( | ) |
Definition at line 218 of file html_inline.cpp.
◆ HTMLBRElement() [2/4]
| HTMLBRElement::HTMLBRElement | ( | const HTMLBRElement & | other | ) |
Definition at line 222 of file html_inline.cpp.
◆ HTMLBRElement() [3/4]
|
inline |
Definition at line 264 of file html_inline.h.
◆ HTMLBRElement() [4/4]
|
protected |
Definition at line 226 of file html_inline.cpp.
◆ ~HTMLBRElement()
| HTMLBRElement::~HTMLBRElement | ( | ) |
Definition at line 242 of file html_inline.cpp.
Member Function Documentation
◆ clear()
| 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 246 of file html_inline.cpp.
◆ operator=() [1/2]
| HTMLBRElement & HTMLBRElement::operator= | ( | const HTMLBRElement & | other | ) |
Definition at line 236 of file html_inline.cpp.
◆ operator=() [2/2]
| HTMLBRElement & HTMLBRElement::operator= | ( | const Node & | other | ) |
Definition at line 230 of file html_inline.cpp.
◆ setClear()
| void HTMLBRElement::setClear | ( | const DOMString & | value | ) |
see clear
Definition at line 252 of file html_inline.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from