khtml Library API Documentation

DOM::HTMLMetaElement Class Reference

This contains generic meta-information about the document. More...

#include <html_head.h>

Inheritance diagram for DOM::HTMLMetaElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

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


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

DOMString HTMLMetaElement::content  
 

Associated information.

See the content attribute definition in HTML 4.0.

Definition at line 247 of file html_head.cpp.

void HTMLMetaElement::setContent const DOMString  
 

see content

Definition at line 253 of file html_head.cpp.

DOMString HTMLMetaElement::httpEquiv  
 

HTTP response header name.

See the http-equiv attribute definition in HTML 4.0.

Definition at line 258 of file html_head.cpp.

void HTMLMetaElement::setHttpEquiv const DOMString  
 

see httpEquiv

Definition at line 264 of file html_head.cpp.

DOMString HTMLMetaElement::name  
 

Meta information name.

See the name attribute definition in HTML 4.0.

Definition at line 269 of file html_head.cpp.

void HTMLMetaElement::setName const DOMString  
 

see name

Definition at line 275 of file html_head.cpp.

DOMString HTMLMetaElement::scheme  
 

Select form of content.

See the scheme attribute definition in HTML 4.0.

Definition at line 280 of file html_head.cpp.

void HTMLMetaElement::setScheme const DOMString  
 

see scheme

Definition at line 286 of file html_head.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001