|
|
This contains generic meta-information about the document. See the META element definition 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 content attribute definition in HTML 4.0.
| void setContent ( const DOMString & )
| setContent |
see content
| DOMString httpEquiv ()
| httpEquiv |
[const]
HTTP response header name. See the http-equiv attribute definition in HTML 4.0.
| void setHttpEquiv ( const DOMString & )
| setHttpEquiv |
see httpEquiv
| DOMString name ()
| name |
[const]
Meta information name. See the name attribute definition in HTML 4.0.
| void setName ( const DOMString & )
| setName |
see name
| DOMString scheme ()
| scheme |
[const]
Select form of content. See the scheme attribute definition in HTML 4.0.
| void setScheme ( const DOMString & )
| setScheme |
see scheme
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |