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.DomHTMLAreaElement
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String |
|
String |
|
boolean |
|
String |
|
int |
|
String |
|
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 DomHTMLAreaElement(DomHTMLDocument owner, String namespaceURI, String name)
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 HTMLAreaElement
public String getAlt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
- Specified by:
- getAlt in interface HTMLAreaElement
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 HTMLAreaElement
public String getHref()
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- getHref in interface HTMLAreaElement
public boolean getNoHref()
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
- Specified by:
- getNoHref in interface HTMLAreaElement
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 HTMLAreaElement
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 HTMLAreaElement
public String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- getTarget in interface HTMLAreaElement
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 HTMLAreaElement
public void setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
- Specified by:
- setAlt in interface HTMLAreaElement
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 HTMLAreaElement
public void setHref(String href)
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- setHref in interface HTMLAreaElement
public void setNoHref(boolean nohref)
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
- Specified by:
- setNoHref in interface HTMLAreaElement
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 HTMLAreaElement
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 HTMLAreaElement
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 HTMLAreaElement