KHTML
#include <html_head.h>
Protected Member Functions | |
HTMLMetaElement (HTMLMetaElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) | |
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.
Constructor & Destructor Documentation
HTMLMetaElement::HTMLMetaElement | ( | ) |
Definition at line 220 of file html_head.cpp.
HTMLMetaElement::HTMLMetaElement | ( | const HTMLMetaElement & | other | ) |
Definition at line 224 of file html_head.cpp.
|
inline |
Definition at line 261 of file html_head.h.
|
protected |
Definition at line 228 of file html_head.cpp.
HTMLMetaElement::~HTMLMetaElement | ( | ) |
Definition at line 244 of file html_head.cpp.
Member Function Documentation
DOMString HTMLMetaElement::content | ( | ) | const |
Associated information.
See the content attribute definition in HTML 4.0.
Definition at line 248 of file html_head.cpp.
DOMString HTMLMetaElement::httpEquiv | ( | ) | const |
HTTP response header name.
See the http-equiv attribute definition in HTML 4.0.
Definition at line 259 of file html_head.cpp.
DOMString HTMLMetaElement::name | ( | ) | const |
Meta information name.
See the name attribute definition in HTML 4.0.
Definition at line 270 of file html_head.cpp.
HTMLMetaElement & HTMLMetaElement::operator= | ( | const HTMLMetaElement & | other | ) |
Definition at line 238 of file html_head.cpp.
HTMLMetaElement & HTMLMetaElement::operator= | ( | const Node & | other | ) |
Definition at line 232 of file html_head.cpp.
DOMString HTMLMetaElement::scheme | ( | ) | const |
Select form of content.
See the scheme attribute definition in HTML 4.0.
Definition at line 281 of file html_head.cpp.
void HTMLMetaElement::setContent | ( | const DOMString & | value | ) |
see content
Definition at line 254 of file html_head.cpp.
void HTMLMetaElement::setHttpEquiv | ( | const DOMString & | value | ) |
see httpEquiv
Definition at line 265 of file html_head.cpp.
void HTMLMetaElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 276 of file html_head.cpp.
void HTMLMetaElement::setScheme | ( | const DOMString & | value | ) |
see scheme
Definition at line 287 of file html_head.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.