|
|
This contains generic meta-information about the document. See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-META"> META element definition </a> in HTML 4.0.
HTMLMetaElement ()
| HTMLMetaElement |
HTMLMetaElement (const HTMLMetaElement &other)
| HTMLMetaElement |
HTMLMetaElement (const Node &other)
| HTMLMetaElement |
HTMLMetaElement (HTMLMetaElementImpl *impl)
| HTMLMetaElement |
[protected]
HTMLMetaElement & operator = (const HTMLMetaElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLMetaElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLMetaElement ()
| ~HTMLMetaElement |
DOMString content ()
| content |
[const]
Associated information. See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-content"> content attribute definition </a> in HTML 4.0.
void setContent ( const DOMString & )
| setContent |
see content
DOMString httpEquiv ()
| httpEquiv |
[const]
HTTP response header name. See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-http-equiv"> http-equiv attribute definition </a> in HTML 4.0.
void setHttpEquiv ( const DOMString & )
| setHttpEquiv |
see httpEquiv
DOMString name ()
| name |
[const]
Meta information name. See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-name-META"> name attribute definition </a> in HTML 4.0.
void setName ( const DOMString & )
| setName |
see name
DOMString scheme ()
| scheme |
[const]
Select form of content. See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-scheme"> scheme attribute definition </a> in HTML 4.0.
void setScheme ( const DOMString & )
| setScheme |
see scheme
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |