DOM::HTMLTitleElement Class Reference
#include <html_head.h>
Inheritance diagram for DOM::HTMLTitleElement:

Protected Member Functions | |
HTMLTitleElement (HTMLTitleElementImpl *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
The document title.
See the TITLE element definition in HTML 4.0.
Definition at line 522 of file html_head.h.
Constructor & Destructor Documentation
◆ HTMLTitleElement() [1/4]
HTMLTitleElement::HTMLTitleElement | ( | ) |
Definition at line 477 of file html_head.cpp.
◆ HTMLTitleElement() [2/4]
HTMLTitleElement::HTMLTitleElement | ( | const HTMLTitleElement & | other | ) |
Definition at line 481 of file html_head.cpp.
◆ HTMLTitleElement() [3/4]
|
inline |
Definition at line 527 of file html_head.h.
◆ HTMLTitleElement() [4/4]
|
protected |
Definition at line 485 of file html_head.cpp.
◆ ~HTMLTitleElement()
HTMLTitleElement::~HTMLTitleElement | ( | ) |
Definition at line 501 of file html_head.cpp.
Member Function Documentation
◆ operator=() [1/2]
HTMLTitleElement & HTMLTitleElement::operator= | ( | const HTMLTitleElement & | other | ) |
Definition at line 495 of file html_head.cpp.
◆ operator=() [2/2]
HTMLTitleElement & HTMLTitleElement::operator= | ( | const Node & | other | ) |
Definition at line 489 of file html_head.cpp.
◆ setText()
void HTMLTitleElement::setText | ( | const DOMString & | value | ) |
see text
Definition at line 511 of file html_head.cpp.
◆ text()
DOMString HTMLTitleElement::text | ( | ) | const |
The specified title as a string.
Definition at line 505 of file html_head.cpp.
The documentation for this class was generated from the following files: