public class

HTMLAnchorElementImpl

extends HTMLElementImpl
implements HTMLAnchorElement
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ 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

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLAnchorElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
void blur()
void focus()
String getAccessKey()
String getCharset()
String getCoords()
String getHref()
String getHreflang()
String getName()
String getRel()
String getRev()
String getShape()
int getTabIndex()
String getTarget()
String getType()
void setAccessKey(String accessKey)
void setCharset(String charset)
void setCoords(String coords)
void setHref(String href)
void setHreflang(String hreflang)
void setName(String name)
void setRel(String rel)
void setRev(String rev)
void setShape(String shape)
void setTabIndex(int tabIndex)
void setTarget(String target)
void setType(String type)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLAnchorElement
From interface org.w3c.dom.html.HTMLElement

Public Constructors

public HTMLAnchorElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

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)