org.apache.html.dom
public class HTMLAreaElementImpl extends HTMLElementImpl implements HTMLAreaElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:36:15 $
See Also: org.w3c.dom.html.HTMLAreaElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| 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) |
Parameters: owner The owner HTML document