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


Public Member Functions | |
HTMLMetaElement (const HTMLMetaElement &other) | |
HTMLMetaElement (const Node &other) | |
HTMLMetaElement & | operator= (const HTMLMetaElement &other) |
HTMLMetaElement & | operator= (const Node &other) |
DOMString | content () const |
Associated information. | |
void | setContent (const DOMString &) |
see content | |
DOMString | httpEquiv () const |
HTTP response header name. | |
void | setHttpEquiv (const DOMString &) |
see httpEquiv | |
DOMString | name () const |
Meta information name. | |
void | setName (const DOMString &) |
see name | |
DOMString | scheme () const |
Select form of content. | |
void | setScheme (const DOMString &) |
see scheme | |
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 257 of file html_head.h.
Member Function Documentation
|
Associated information. See the content attribute definition in HTML 4.0. Definition at line 250 of file html_head.cpp. |
|
see content
Definition at line 256 of file html_head.cpp. |
|
HTTP response header name. See the http-equiv attribute definition in HTML 4.0. Definition at line 261 of file html_head.cpp. |
|
see httpEquiv
Definition at line 267 of file html_head.cpp. |
|
Meta information name. See the name attribute definition in HTML 4.0. Definition at line 272 of file html_head.cpp. |
|
see name
Definition at line 278 of file html_head.cpp. |
|
Select form of content. See the scheme attribute definition in HTML 4.0. Definition at line 283 of file html_head.cpp. |
|
see scheme
Definition at line 289 of file html_head.cpp. |
The documentation for this class was generated from the following files: