Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLAnchorElementImpl
org.w3c.dom.html.HTMLAnchorElement
, org.apache.xerces.dom.ElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
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 org.apache.html.dom.HTMLElementImpl | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setOwnerDocument , setReadOnly , setTextContent , synchronizeChildren |
public HTMLAnchorElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public void blur()
public void focus()
public String getAccessKey()
public String getCharset()
public String getCoords()
public String getHref()
public String getHreflang()
public String getName()
public String getRel()
public String getRev()
public String getShape()
public int getTabIndex()
public String getTarget()
public String getType()
public void setAccessKey(String accessKey)
public void setCharset(String charset)
public void setCoords(String coords)
public void setHref(String href)
public void setHreflang(String hreflang)
public void setName(String name)
public void setRel(String rel)
public void setRev(String rev)
public void setShape(String shape)
public void setTabIndex(int tabIndex)
public void setTarget(String target)
public void setType(String type)