Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLLinkElement
Constructor Summary | |
|
Method Summary | |
String |
|
boolean |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void | |
void | |
void | |
void | |
void |
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLLinkElement(DomHTMLDocument owner, String namespaceURI, String name)
public String getCharset()
The character encoding of the resource being linked to. See the charset attribute definition in HTML 4.01.
- Specified by:
- getCharset in interface HTMLLinkElement
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.
- Specified by:
- getDisabled in interface HTMLLinkElement
public String getHref()
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- getHref in interface HTMLLinkElement
public String getHreflang()
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
- Specified by:
- getHreflang in interface HTMLLinkElement
public String getMedia()
Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
- Specified by:
- getMedia in interface HTMLLinkElement
public String getRel()
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- getRel in interface HTMLLinkElement
public String getRev()
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- getRev in interface HTMLLinkElement
public String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- getTarget in interface HTMLLinkElement
public String getType()
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- getType in interface HTMLLinkElement
public void setCharset(String charset)
The character encoding of the resource being linked to. See the charset attribute definition in HTML 4.01.
- Specified by:
- setCharset in interface HTMLLinkElement
public void setDisabled(boolean disabled)
Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
- Specified by:
- setDisabled in interface HTMLLinkElement
public void setHref(String href)
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- setHref in interface HTMLLinkElement
public void setHreflang(String hreflang)
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
- Specified by:
- setHreflang in interface HTMLLinkElement
public void setMedia(String media)
Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
- Specified by:
- setMedia in interface HTMLLinkElement
public void setRel(String rel)
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- setRel in interface HTMLLinkElement
public void setRev(String rev)
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- setRev in interface HTMLLinkElement
public void setTarget(String target)
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- setTarget in interface HTMLLinkElement
public void setType(String type)
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- setType in interface HTMLLinkElement