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

Protected Member Functions | |
HTMLHeadElement (HTMLHeadElementImpl *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
Document head information.
See the HEAD element definition in HTML 4.0.
Definition at line 536 of file html_base.h.
Constructor & Destructor Documentation
◆ HTMLHeadElement() [1/4]
HTMLHeadElement::HTMLHeadElement | ( | ) |
Definition at line 454 of file html_base.cpp.
◆ HTMLHeadElement() [2/4]
HTMLHeadElement::HTMLHeadElement | ( | const HTMLHeadElement & | other | ) |
Definition at line 458 of file html_base.cpp.
◆ HTMLHeadElement() [3/4]
|
inline |
Definition at line 541 of file html_base.h.
◆ HTMLHeadElement() [4/4]
|
protected |
Definition at line 462 of file html_base.cpp.
◆ ~HTMLHeadElement()
HTMLHeadElement::~HTMLHeadElement | ( | ) |
Definition at line 478 of file html_base.cpp.
Member Function Documentation
◆ operator=() [1/2]
HTMLHeadElement & HTMLHeadElement::operator= | ( | const HTMLHeadElement & | other | ) |
Definition at line 472 of file html_base.cpp.
◆ operator=() [2/2]
HTMLHeadElement & HTMLHeadElement::operator= | ( | const Node & | other | ) |
Definition at line 466 of file html_base.cpp.
◆ profile()
DOMString HTMLHeadElement::profile | ( | ) | const |
URI designating a metadata profile.
See the profile attribute definition in HTML 4.0.
Definition at line 482 of file html_base.cpp.
◆ setProfile()
void HTMLHeadElement::setProfile | ( | const DOMString & | value | ) |
see profile
Definition at line 488 of file html_base.cpp.
The documentation for this class was generated from the following files: