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

Detailed Description
Document head information.See the HEAD element definition in HTML 4.0.
Definition at line 536 of file html_base.h.
Public Member Functions | |
HTMLHeadElement () | |
HTMLHeadElement (const HTMLHeadElement &other) | |
HTMLHeadElement (const Node &other) | |
HTMLHeadElement & | operator= (const HTMLHeadElement &other) |
HTMLHeadElement & | operator= (const Node &other) |
~HTMLHeadElement () | |
DOMString | profile () const |
void | setProfile (const DOMString &) |
Protected Member Functions | |
HTMLHeadElement (HTMLHeadElementImpl *impl) |
Member Function Documentation
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 & | ) |
The documentation for this class was generated from the following files: