DOM::HTMLTableCaptionElement Class Reference
#include <html_table.h>
Inheritance diagram for DOM::HTMLTableCaptionElement:
Protected Member Functions | |
| HTMLTableCaptionElement (HTMLTableCaptionElementImpl *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) | |
Friends | |
| class | HTMLTableElement |
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
Table caption See the CAPTION element definition in HTML 4.0.
Definition at line 47 of file html_table.h.
Constructor & Destructor Documentation
◆ HTMLTableCaptionElement() [1/4]
| HTMLTableCaptionElement::HTMLTableCaptionElement | ( | ) |
Definition at line 34 of file html_table.cpp.
◆ HTMLTableCaptionElement() [2/4]
| HTMLTableCaptionElement::HTMLTableCaptionElement | ( | const HTMLTableCaptionElement & | other | ) |
Definition at line 38 of file html_table.cpp.
◆ HTMLTableCaptionElement() [3/4]
|
inline |
Definition at line 54 of file html_table.h.
◆ HTMLTableCaptionElement() [4/4]
|
protected |
Definition at line 42 of file html_table.cpp.
◆ ~HTMLTableCaptionElement()
| HTMLTableCaptionElement::~HTMLTableCaptionElement | ( | ) |
Definition at line 58 of file html_table.cpp.
Member Function Documentation
◆ align()
| DOMString HTMLTableCaptionElement::align | ( | ) | const |
Caption alignment with respect to the table.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 62 of file html_table.cpp.
◆ operator=() [1/2]
| HTMLTableCaptionElement & HTMLTableCaptionElement::operator= | ( | const HTMLTableCaptionElement & | other | ) |
Definition at line 52 of file html_table.cpp.
◆ operator=() [2/2]
| HTMLTableCaptionElement & HTMLTableCaptionElement::operator= | ( | const Node & | other | ) |
Definition at line 46 of file html_table.cpp.
◆ setAlign()
| void HTMLTableCaptionElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 68 of file html_table.cpp.
Friends And Related Function Documentation
◆ HTMLTableElement
|
friend |
Definition at line 49 of file html_table.h.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from