public class

HTMLAreaElementImpl

extends HTMLElementImpl
implements HTMLAreaElement
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.HTMLAreaElementImpl

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
HTMLAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
String getAccessKey()
String getAlt()
String getCoords()
String getHref()
boolean getNoHref()
String getShape()
int getTabIndex()
String getTarget()
void setAccessKey(String accessKey)
void setAlt(String alt)
void setCoords(String coords)
void setHref(String href)
void setNoHref(boolean noHref)
void setShape(String shape)
void setTabIndex(int tabIndex)
void setTarget(String target)
[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.HTMLAreaElement
From interface org.w3c.dom.html.HTMLElement

Public Constructors

public HTMLAreaElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public String getAccessKey ()

public String getAlt ()

public String getCoords ()

public String getHref ()

public boolean getNoHref ()

public String getShape ()

public int getTabIndex ()

public String getTarget ()

public void setAccessKey (String accessKey)

public void setAlt (String alt)

public void setCoords (String coords)

public void setHref (String href)

public void setNoHref (boolean noHref)

public void setShape (String shape)

public void setTabIndex (int tabIndex)

public void setTarget (String target)