|
|
The <code> LINK </code> element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa). See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-LINK"> LINK element definition </a> in HTML 4.0.
| HTMLLinkElement ()
| HTMLLinkElement |
| HTMLLinkElement (const HTMLLinkElement &other)
| HTMLLinkElement |
| HTMLLinkElement (const Node &other)
| HTMLLinkElement |
| HTMLLinkElement (HTMLLinkElementImpl *impl)
| HTMLLinkElement |
[protected]
| HTMLLinkElement & operator = (const HTMLLinkElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLLinkElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLLinkElement ()
| ~HTMLLinkElement |
| bool disabled ()
| 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.
| void setDisabled ( bool )
| setDisabled |
see disabled
| DOMString charset ()
| charset |
[const]
The character encoding of the resource being linked to. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-charset"> charset attribute definition </a> in HTML 4.0.
| void setCharset ( const DOMString & )
| setCharset |
see charset
| DOMString href ()
| href |
[const]
The URI of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-href"> href attribute definition </a> in HTML 4.0.
| void setHref ( const DOMString & )
| setHref |
see href
| DOMString hreflang ()
| hreflang |
[const]
Language code of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-hreflang"> hreflang attribute definition </a> in HTML 4.0.
| void setHreflang ( const DOMString & )
| setHreflang |
see hreflang
| DOMString media ()
| media |
[const]
Designed for use with one or more target media. See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-media"> media attribute definition </a> in HTML 4.0.
| void setMedia ( const DOMString & )
| setMedia |
see media
| DOMString rel ()
| rel |
[const]
Forward link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel"> rel attribute definition </a> in HTML 4.0.
| void setRel ( const DOMString & )
| setRel |
see rel
| DOMString rev ()
| rev |
[const]
Reverse link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rev"> rev attribute definition </a> in HTML 4.0.
| void setRev ( const DOMString & )
| setRev |
see rev
| DOMString target ()
| target |
[const]
Frame to render the resource in. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-target"> target attribute definition </a> in HTML 4.0.
| void setTarget ( const DOMString & )
| setTarget |
see target
| DOMString type ()
| type |
[const]
Advisory content type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-type-A"> type attribute definition </a> in HTML 4.0.
| void setType ( const DOMString & )
| setType |
see type
| StyleSheet sheet ()
| sheet |
[const]
Introduced in DOM Level 2 This method is from the LinkStyle interface
The style sheet.
| Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |