#include <html_head.h>

Protected Member Functions | |
HTMLMetaElement (HTMLMetaElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLMetaElement::HTMLMetaElement | ( | ) |
Definition at line 221 of file html_head.cpp.
◆ HTMLMetaElement() [2/4]
HTMLMetaElement::HTMLMetaElement | ( | const HTMLMetaElement & | other | ) |
Definition at line 225 of file html_head.cpp.
◆ HTMLMetaElement() [3/4]
|
inline |
Definition at line 261 of file html_head.h.
◆ HTMLMetaElement() [4/4]
|
protected |
Definition at line 229 of file html_head.cpp.
◆ ~HTMLMetaElement()
HTMLMetaElement::~HTMLMetaElement | ( | ) |
Definition at line 245 of file html_head.cpp.
Member Function Documentation
◆ content()
DOMString HTMLMetaElement::content | ( | ) | const |
Associated information.
See the content attribute definition in HTML 4.0.
Definition at line 249 of file html_head.cpp.
◆ httpEquiv()
DOMString HTMLMetaElement::httpEquiv | ( | ) | const |
HTTP response header name.
See the http-equiv attribute definition in HTML 4.0.
Definition at line 260 of file html_head.cpp.
◆ name()
DOMString HTMLMetaElement::name | ( | ) | const |
Meta information name.
See the name attribute definition in HTML 4.0.
Definition at line 271 of file html_head.cpp.
◆ operator=() [1/2]
HTMLMetaElement & HTMLMetaElement::operator= | ( | const HTMLMetaElement & | other | ) |
Definition at line 239 of file html_head.cpp.
◆ operator=() [2/2]
HTMLMetaElement & HTMLMetaElement::operator= | ( | const Node & | other | ) |
Definition at line 233 of file html_head.cpp.
◆ scheme()
DOMString HTMLMetaElement::scheme | ( | ) | const |
Select form of content.
See the scheme attribute definition in HTML 4.0.
Definition at line 282 of file html_head.cpp.
◆ setContent()
void HTMLMetaElement::setContent | ( | const DOMString & | value | ) |
see content
Definition at line 255 of file html_head.cpp.
◆ setHttpEquiv()
void HTMLMetaElement::setHttpEquiv | ( | const DOMString & | value | ) |
see httpEquiv
Definition at line 266 of file html_head.cpp.
◆ setName()
void HTMLMetaElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 277 of file html_head.cpp.
◆ setScheme()
void HTMLMetaElement::setScheme | ( | const DOMString & | value | ) |
see scheme
Definition at line 288 of file html_head.cpp.
The documentation for this class was generated from the following files: