KHTML
#include <html_head.h>
Protected Member Functions | |
HTMLLinkElement (HTMLLinkElementImpl *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
The LINK
element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
See the LINK element definition in HTML 4.0.
Definition at line 101 of file html_head.h.
Constructor & Destructor Documentation
HTMLLinkElement::HTMLLinkElement | ( | ) |
Definition at line 83 of file html_head.cpp.
HTMLLinkElement::HTMLLinkElement | ( | const HTMLLinkElement & | other | ) |
Definition at line 87 of file html_head.cpp.
|
inline |
Definition at line 106 of file html_head.h.
|
protected |
Definition at line 91 of file html_head.cpp.
HTMLLinkElement::~HTMLLinkElement | ( | ) |
Definition at line 107 of file html_head.cpp.
Member Function Documentation
DOMString HTMLLinkElement::charset | ( | ) | const |
The character encoding of the resource being linked to.
See the charset attribute definition in HTML 4.0.
Definition at line 123 of file html_head.cpp.
bool HTMLLinkElement::disabled | ( | ) | const |
Enables/disables the link.
This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
Definition at line 111 of file html_head.cpp.
DOMString HTMLLinkElement::href | ( | ) | const |
The URI of the linked resource.
See the href attribute definition in HTML 4.0.
Definition at line 134 of file html_head.cpp.
DOMString HTMLLinkElement::hreflang | ( | ) | const |
Language code of the linked resource.
See the hreflang attribute definition in HTML 4.0.
Definition at line 146 of file html_head.cpp.
DOMString HTMLLinkElement::media | ( | ) | const |
Designed for use with one or more target media.
See the media attribute definition in HTML 4.0.
Definition at line 157 of file html_head.cpp.
HTMLLinkElement & HTMLLinkElement::operator= | ( | const HTMLLinkElement & | other | ) |
Definition at line 101 of file html_head.cpp.
HTMLLinkElement & HTMLLinkElement::operator= | ( | const Node & | other | ) |
Definition at line 95 of file html_head.cpp.
DOMString HTMLLinkElement::rel | ( | ) | const |
Forward link type.
See the rel attribute definition in HTML 4.0.
Definition at line 168 of file html_head.cpp.
DOMString HTMLLinkElement::rev | ( | ) | const |
Reverse link type.
See the rev attribute definition in HTML 4.0.
Definition at line 179 of file html_head.cpp.
void HTMLLinkElement::setCharset | ( | const DOMString & | value | ) |
see charset
Definition at line 129 of file html_head.cpp.
void HTMLLinkElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 117 of file html_head.cpp.
void HTMLLinkElement::setHref | ( | const DOMString & | value | ) |
see href
Definition at line 141 of file html_head.cpp.
void HTMLLinkElement::setHreflang | ( | const DOMString & | value | ) |
see hreflang
Definition at line 152 of file html_head.cpp.
void HTMLLinkElement::setMedia | ( | const DOMString & | value | ) |
see media
Definition at line 163 of file html_head.cpp.
void HTMLLinkElement::setRel | ( | const DOMString & | value | ) |
see rel
Definition at line 174 of file html_head.cpp.
void HTMLLinkElement::setRev | ( | const DOMString & | value | ) |
see rev
Definition at line 185 of file html_head.cpp.
void HTMLLinkElement::setTarget | ( | const DOMString & | value | ) |
see target
Definition at line 196 of file html_head.cpp.
void HTMLLinkElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 207 of file html_head.cpp.
StyleSheet HTMLLinkElement::sheet | ( | ) | const |
Introduced in DOM Level 2 This method is from the LinkStyle interface.
The style sheet.
Definition at line 212 of file html_head.cpp.
DOMString HTMLLinkElement::target | ( | ) | const |
Frame to render the resource in.
See the target attribute definition in HTML 4.0.
Definition at line 190 of file html_head.cpp.
DOMString HTMLLinkElement::type | ( | ) | const |
Advisory content type.
See the type attribute definition in HTML 4.0.
Definition at line 201 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.