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.DomHTMLAnchorElement
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
int |
|
String |
|
String |
|
void |
|
void |
|
void | |
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 DomHTMLAnchorElement(DomHTMLDocument owner, String namespaceURI, String name)
public void blur()
Removes keyboard focus from this element.
- Specified by:
- blur in interface HTMLAnchorElement
public void focus()
Gives keyboard focus to this element.
- Specified by:
- focus in interface HTMLAnchorElement
public String getAccessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
- Specified by:
- getAccessKey in interface HTMLAnchorElement
public String getCharset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
- Specified by:
- getCharset in interface HTMLAnchorElement
public String getCoords()
Comma-separated list of lengths, defining an active region geometry. See alsoshape
for the shape of the region. See the coords attribute definition in HTML 4.01.
- Specified by:
- getCoords in interface HTMLAnchorElement
public String getHref()
The absolute URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- getHref in interface HTMLAnchorElement
public String getHreflang()
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
- Specified by:
- getHreflang in interface HTMLAnchorElement
public String getName()
Anchor name. See the name attribute definition in HTML 4.01.
- Specified by:
- getName in interface HTMLAnchorElement
public String getRel()
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- getRel in interface HTMLAnchorElement
public String getRev()
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- getRev in interface HTMLAnchorElement
public String getShape()
The shape of the active area. The coordinates are given bycoords
. See the shape attribute definition in HTML 4.01.
- Specified by:
- getShape in interface HTMLAnchorElement
public int getTabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
- Specified by:
- getTabIndex in interface HTMLAnchorElement
public String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- getTarget in interface HTMLAnchorElement
public String getType()
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- getType in interface HTMLAnchorElement
public void setAccessKey(String accessKey)
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
- Specified by:
- setAccessKey in interface HTMLAnchorElement
public void setCharset(String charset)
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
- Specified by:
- setCharset in interface HTMLAnchorElement
public void setCoords(String coords)
Comma-separated list of lengths, defining an active region geometry. See alsoshape
for the shape of the region. See the coords attribute definition in HTML 4.01.
- Specified by:
- setCoords in interface HTMLAnchorElement
public void setHref(String href)
The absolute URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- setHref in interface HTMLAnchorElement
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 HTMLAnchorElement
public void setName(String name)
Anchor name. See the name attribute definition in HTML 4.01.
- Specified by:
- setName in interface HTMLAnchorElement
public void setRel(String rel)
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- setRel in interface HTMLAnchorElement
public void setRev(String rev)
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- setRev in interface HTMLAnchorElement
public void setShape(String shape)
The shape of the active area. The coordinates are given bycoords
. See the shape attribute definition in HTML 4.01.
- Specified by:
- setShape in interface HTMLAnchorElement
public void setTabIndex(int tabIndex)
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
- Specified by:
- setTabIndex in interface HTMLAnchorElement
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 HTMLAnchorElement
public void setType(String type)
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- setType in interface HTMLAnchorElement