KHTML
DOM::HTMLHeadElement Class Reference
Document head information. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLHeadElement:
Public Member Functions | |
HTMLHeadElement (const Node &other) | |
HTMLHeadElement (const HTMLHeadElement &other) | |
HTMLHeadElement () | |
HTMLHeadElement & | operator= (const Node &other) |
HTMLHeadElement & | operator= (const HTMLHeadElement &other) |
DOMString | profile () const |
void | setProfile (const DOMString &) |
~HTMLHeadElement () | |
Protected Member Functions | |
HTMLHeadElement (HTMLHeadElementImpl *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::HTMLHeadElement | ( | ) |
Definition at line 454 of file html_base.cpp.
HTMLHeadElement::HTMLHeadElement | ( | const HTMLHeadElement & | other | ) |
Definition at line 458 of file html_base.cpp.
DOM::HTMLHeadElement::HTMLHeadElement | ( | const Node & | other | ) | [inline] |
Definition at line 541 of file html_base.h.
HTMLHeadElement::HTMLHeadElement | ( | HTMLHeadElementImpl * | impl | ) | [protected] |
Definition at line 462 of file html_base.cpp.
HTMLHeadElement::~HTMLHeadElement | ( | ) |
Definition at line 478 of file html_base.cpp.
Member Function Documentation
HTMLHeadElement & HTMLHeadElement::operator= | ( | const Node & | other | ) |
HTMLHeadElement & HTMLHeadElement::operator= | ( | const HTMLHeadElement & | other | ) |
Definition at line 472 of file html_base.cpp.
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.
void HTMLHeadElement::setProfile | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: