DOM::HTMLLinkElement Class Reference
TheLINK
element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
More...
#include <html_head.h>
Inheritance diagram for DOM::HTMLLinkElement:

Public Methods | |
HTMLLinkElement () | |
HTMLLinkElement (const HTMLLinkElement &other) | |
HTMLLinkElement (const Node &other) | |
HTMLLinkElement & | operator= (const HTMLLinkElement &other) |
HTMLLinkElement & | operator= (const Node &other) |
~HTMLLinkElement () | |
bool | disabled () const |
void | setDisabled (bool) |
DOMString | charset () const |
void | setCharset (const DOMString &) |
DOMString | href () const |
void | setHref (const DOMString &) |
DOMString | hreflang () const |
void | setHreflang (const DOMString &) |
DOMString | media () const |
void | setMedia (const DOMString &) |
DOMString | rel () const |
void | setRel (const DOMString &) |
DOMString | rev () const |
void | setRev (const DOMString &) |
DOMString | target () const |
void | setTarget (const DOMString &) |
DOMString | type () const |
void | setType (const DOMString &) |
StyleSheet | sheet () const |
Protected Methods | |
HTMLLinkElement (HTMLLinkElementImpl *impl) |
Detailed Description
TheLINK
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.
Member Function Documentation
|
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 112 of file html_head.cpp. |
|
see disabled.
Definition at line 118 of file html_head.cpp. |
|
The character encoding of the resource being linked to. See the charset attribute definition in HTML 4.0. Definition at line 124 of file html_head.cpp. |
|
see charset.
Definition at line 130 of file html_head.cpp. |
|
The URI of the linked resource. See the href attribute definition in HTML 4.0. Definition at line 135 of file html_head.cpp. References href(), DOM::DOMString::isNull(), and DOM::DOMString::string(). Referenced by href(). |
|
see href.
Definition at line 142 of file html_head.cpp. |
|
Language code of the linked resource. See the hreflang attribute definition in HTML 4.0. Definition at line 147 of file html_head.cpp. |
|
see hreflang.
Definition at line 153 of file html_head.cpp. |
|
Designed for use with one or more target media. See the media attribute definition in HTML 4.0. Definition at line 158 of file html_head.cpp. |
|
see media.
Definition at line 164 of file html_head.cpp. |
|
Forward link type. See the rel attribute definition in HTML 4.0. Definition at line 169 of file html_head.cpp. |
|
see rel.
Definition at line 175 of file html_head.cpp. |
|
Reverse link type. See the rev attribute definition in HTML 4.0. Definition at line 180 of file html_head.cpp. |
|
see rev.
Definition at line 186 of file html_head.cpp. |
|
Frame to render the resource in. See the target attribute definition in HTML 4.0. Definition at line 191 of file html_head.cpp. |
|
see target.
Definition at line 197 of file html_head.cpp. |
|
Advisory content type. See the type attribute definition in HTML 4.0. Definition at line 202 of file html_head.cpp. |
|
see type.
Definition at line 208 of file html_head.cpp. |
|
Introduced in DOM Level 2 This method is from the LinkStyle interface. The style sheet. Definition at line 213 of file html_head.cpp. |
The documentation for this class was generated from the following files: