Methods Summary |
---|
public java.lang.String | getCharset()The character encoding of the resource being linked to. See the
charset attribute definition in HTML 4.0.
|
public boolean | getDisabled()Enables/disables the link. This is currently only used for style sheet
links, and may be used to activate or deactivate style sheets.
|
public java.lang.String | getHref()The URI of the linked resource. See the href attribute definition in
HTML 4.0.
|
public java.lang.String | getHreflang()Language code of the linked resource. See the hreflang attribute
definition in HTML 4.0.
|
public java.lang.String | getMedia()Designed for use with one or more target media. See the media
attribute definition in HTML 4.0.
|
public java.lang.String | getRel()Forward link type. See the rel attribute definition in HTML 4.0.
|
public java.lang.String | getRev()Reverse link type. See the rev attribute definition in HTML 4.0.
|
public java.lang.String | getTarget()Frame to render the resource in. See the target attribute definition
in HTML 4.0.
|
public java.lang.String | getType()Advisory content type. See the type attribute definition in HTML 4.0.
|
public void | setCharset(java.lang.String charset)
|
public void | setDisabled(boolean disabled)
|
public void | setHref(java.lang.String href)
|
public void | setHreflang(java.lang.String hreflang)
|
public void | setMedia(java.lang.String media)
|
public void | setRel(java.lang.String rel)
|
public void | setRev(java.lang.String rev)
|
public void | setTarget(java.lang.String target)
|
public void | setType(java.lang.String type)
|