DOM::HTMLHtmlElement Class Reference
#include <html_base.h>
Inheritance diagram for DOM::HTMLHtmlElement:

Protected Member Functions | |
HTMLHtmlElement (HTMLHtmlElementImpl *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
Root of an HTML document.
See the HTML element definition in HTML 4.0.
Definition at line 577 of file html_base.h.
Constructor & Destructor Documentation
◆ HTMLHtmlElement() [1/4]
HTMLHtmlElement::HTMLHtmlElement | ( | ) |
Definition at line 495 of file html_base.cpp.
◆ HTMLHtmlElement() [2/4]
HTMLHtmlElement::HTMLHtmlElement | ( | const HTMLHtmlElement & | other | ) |
Definition at line 499 of file html_base.cpp.
◆ HTMLHtmlElement() [3/4]
|
inline |
Definition at line 582 of file html_base.h.
◆ HTMLHtmlElement() [4/4]
|
protected |
Definition at line 503 of file html_base.cpp.
◆ ~HTMLHtmlElement()
HTMLHtmlElement::~HTMLHtmlElement | ( | ) |
Definition at line 519 of file html_base.cpp.
Member Function Documentation
◆ operator=() [1/2]
HTMLHtmlElement & HTMLHtmlElement::operator= | ( | const HTMLHtmlElement & | other | ) |
Definition at line 513 of file html_base.cpp.
◆ operator=() [2/2]
HTMLHtmlElement & HTMLHtmlElement::operator= | ( | const Node & | other | ) |
Definition at line 507 of file html_base.cpp.
◆ setVersion()
void HTMLHtmlElement::setVersion | ( | const DOMString & | value | ) |
see version
Definition at line 529 of file html_base.cpp.
◆ version()
DOMString HTMLHtmlElement::version | ( | ) | const |
Version information about the document's DTD.
See the version attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 523 of file html_base.cpp.
The documentation for this class was generated from the following files: