org.apache.html.dom
public class HTMLMapElementImpl extends HTMLElementImpl implements HTMLMapElement
Version: $Revision: 1.10 $ $Date: 2005/04/18 01:09:10 $
See Also: org.w3c.dom.html.HTMLMapElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLMapElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| Node | cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used
for getAreas() gets cleared. |
| HTMLCollection | getAreas() |
| String | getName() |
| void | setName(String name) |
Parameters: owner The owner HTML document