DOM::HTMLMetaElement Class Reference
#include <html_head.h>
Inheritance diagram for DOM::HTMLMetaElement:

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.
Public Member Functions | |
HTMLMetaElement () | |
HTMLMetaElement (const HTMLMetaElement &other) | |
HTMLMetaElement (const Node &other) | |
HTMLMetaElement & | operator= (const HTMLMetaElement &other) |
HTMLMetaElement & | operator= (const Node &other) |
~HTMLMetaElement () | |
DOMString | content () const |
void | setContent (const DOMString &) |
DOMString | httpEquiv () const |
void | setHttpEquiv (const DOMString &) |
DOMString | name () const |
void | setName (const DOMString &) |
DOMString | scheme () const |
void | setScheme (const DOMString &) |
Protected Member Functions | |
HTMLMetaElement (HTMLMetaElementImpl *impl) |
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.
void HTMLMetaElement::setContent | ( | const DOMString & | ) |
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.
void HTMLMetaElement::setHttpEquiv | ( | const DOMString & | ) |
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.
void HTMLMetaElement::setName | ( | const DOMString & | ) |
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::setScheme | ( | const DOMString & | ) |
The documentation for this class was generated from the following files: