public class ATag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAccesskey()
Specifies a keyboard shortcut to access an element
|
String |
getCharset()
Specifies the character-set of a linked document
|
String |
getCoords()
Specifies the coordinates of a link
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getHref()
Specifies the destination of a link
|
String |
getHreflang()
Specifies the language of a linked document
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getNameAttribute()
Specifies the name of an anchor
|
String |
getOnblur()
Script to be run when an element loses focus
|
String |
getOnclick()
Script to be run on a mouse click
|
String |
getOndblclick()
Script to be run on a mouse double-click
|
String |
getOnfocus()
Script to be run when an element gets focus
|
String |
getOnkeydown()
Script to be run when a key is pressed
|
String |
getOnkeypress()
Script to be run when a key is pressed and released
|
String |
getOnkeyup()
Script to be run when a key is released
|
String |
getOnmousedown()
Script to be run when mouse button is pressed
|
String |
getOnmousemove()
Script to be run when mouse pointer moves
|
String |
getOnmouseout()
Script to be run when mouse pointer moves out of an element
|
String |
getOnmouseover()
Script to be run when mouse pointer moves over an element
|
String |
getOnmouseup()
Script to be run when mouse button is released
|
String |
getRel()
Specifies the relationship between the current document and the linked document
|
String |
getRev()
Specifies the relationship between the linked document and the current document
|
String |
getShape()
Specifies the shape of a link
|
String |
getTabindex()
Specifies the tab order of an element
|
String |
getTarget()
Specifies where to open the linked document
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getAccesskey()
public String getCharset()
public String getCoords()
public String getHref()
public String getHreflang()
public String getNameAttribute()
public String getOnblur()
public String getOnfocus()
public String getRel()
public String getRev()
public String getShape()
public String getTabindex()
public String getTarget()
public String getLang()
public String getDir()
public String getOnclick()
public String getOndblclick()
public String getOnmousedown()
public String getOnmouseup()
public String getOnmouseover()
public String getOnmousemove()
public String getOnmouseout()
public String getOnkeypress()
public String getOnkeydown()
public String getOnkeyup()
Copyright © 2012. All Rights Reserved.