DOM::HTMLDivElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLDivElement:

Protected Member Functions | |
HTMLDivElement (HTMLDivElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
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 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) |
![]() | |
NodeImpl * | impl |
Detailed Description
Generic block container.
See the DIV element definition in HTML 4.0.
Definition at line 91 of file html_block.h.
Constructor & Destructor Documentation
◆ HTMLDivElement() [1/4]
HTMLDivElement::HTMLDivElement | ( | ) |
Definition at line 79 of file html_block.cpp.
◆ HTMLDivElement() [2/4]
HTMLDivElement::HTMLDivElement | ( | const HTMLDivElement & | other | ) |
Definition at line 84 of file html_block.cpp.
◆ HTMLDivElement() [3/4]
|
inline |
Definition at line 96 of file html_block.h.
◆ HTMLDivElement() [4/4]
|
protected |
Definition at line 89 of file html_block.cpp.
◆ ~HTMLDivElement()
HTMLDivElement::~HTMLDivElement | ( | ) |
Definition at line 106 of file html_block.cpp.
Member Function Documentation
◆ align()
DOMString HTMLDivElement::align | ( | ) | const |
Horizontal text alignment.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 110 of file html_block.cpp.
◆ operator=() [1/2]
HTMLDivElement & HTMLDivElement::operator= | ( | const HTMLDivElement & | other | ) |
Definition at line 100 of file html_block.cpp.
◆ operator=() [2/2]
HTMLDivElement & HTMLDivElement::operator= | ( | const Node & | other | ) |
Definition at line 94 of file html_block.cpp.
◆ setAlign()
void HTMLDivElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 116 of file html_block.cpp.
The documentation for this class was generated from the following files: