KHTML
DOM::HTMLMetaElement Class Reference
This contains generic meta-information about the document. More...
#include <html_head.h>

Public Member Functions | |
| DOMString | content () const |
| HTMLMetaElement (const Node &other) | |
| HTMLMetaElement (const HTMLMetaElement &other) | |
| HTMLMetaElement () | |
| DOMString | httpEquiv () const |
| DOMString | name () const |
| HTMLMetaElement & | operator= (const Node &other) |
| HTMLMetaElement & | operator= (const HTMLMetaElement &other) |
| DOMString | scheme () const |
| void | setContent (const DOMString &) |
| void | setHttpEquiv (const DOMString &) |
| void | setName (const DOMString &) |
| void | setScheme (const DOMString &) |
| ~HTMLMetaElement () | |
Protected Member Functions | |
| HTMLMetaElement (HTMLMetaElementImpl *impl) | |
Detailed Description
This contains generic meta-information about the document.See the META element definition in HTML 4.0.
Definition at line 256 of file html_head.h.
Constructor & Destructor Documentation
| HTMLMetaElement::HTMLMetaElement | ( | ) |
Definition at line 221 of file html_head.cpp.
| HTMLMetaElement::HTMLMetaElement | ( | const HTMLMetaElement & | other | ) |
Definition at line 225 of file html_head.cpp.
| DOM::HTMLMetaElement::HTMLMetaElement | ( | const Node & | other | ) | [inline] |
Definition at line 261 of file html_head.h.
| HTMLMetaElement::HTMLMetaElement | ( | HTMLMetaElementImpl * | impl | ) | [protected] |
Definition at line 229 of file html_head.cpp.
| HTMLMetaElement::~HTMLMetaElement | ( | ) |
Definition at line 245 of file html_head.cpp.
Member Function Documentation
| DOMString HTMLMetaElement::content | ( | ) | const |
Associated information.
See the content attribute definition in HTML 4.0.
Definition at line 249 of file html_head.cpp.
| DOMString HTMLMetaElement::httpEquiv | ( | ) | const |
HTTP response header name.
See the http-equiv attribute definition in HTML 4.0.
Definition at line 260 of file html_head.cpp.
| DOMString HTMLMetaElement::name | ( | ) | const |
Meta information name.
See the name attribute definition in HTML 4.0.
Definition at line 271 of file html_head.cpp.
| HTMLMetaElement & HTMLMetaElement::operator= | ( | const Node & | other | ) |
| HTMLMetaElement & HTMLMetaElement::operator= | ( | const HTMLMetaElement & | other | ) |
Definition at line 239 of file html_head.cpp.
| DOMString HTMLMetaElement::scheme | ( | ) | const |
Select form of content.
See the scheme attribute definition in HTML 4.0.
Definition at line 282 of file html_head.cpp.
| void HTMLMetaElement::setContent | ( | const DOMString & | value | ) |
| void HTMLMetaElement::setHttpEquiv | ( | const DOMString & | value | ) |
| void HTMLMetaElement::setName | ( | const DOMString & | value | ) |
| void HTMLMetaElement::setScheme | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files:
KDE 3.5 API Reference