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 Member Functions | |
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 Member Functions | |
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. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see disabled
Definition at line 118 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see charset
Definition at line 130 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
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 DOM::Node::impl, DOM::DOMString::isNull(), and DOM::DOMString::string(). Referenced by KJS::HTMLElement::getValueProperty(). |
|
see href
Definition at line 142 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Language code of the linked resource. See the hreflang attribute definition in HTML 4.0. Definition at line 147 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see hreflang
Definition at line 153 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see media
Definition at line 164 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Forward link type. See the rel attribute definition in HTML 4.0. Definition at line 169 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see rel
Definition at line 175 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Reverse link type. See the rev attribute definition in HTML 4.0. Definition at line 180 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see rev
Definition at line 186 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Frame to render the resource in. See the target attribute definition in HTML 4.0. Definition at line 191 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see target
Definition at line 197 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Advisory content type. See the type attribute definition in HTML 4.0. Definition at line 202 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see type
Definition at line 208 of file html_head.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Introduced in DOM Level 2 This method is from the LinkStyle interface. The style sheet. Definition at line 213 of file html_head.cpp. References DOM::Node::impl. |
The documentation for this class was generated from the following files: