public interface

HTMLMapElement

implements HTMLElement
org.w3c.dom.html.HTMLMapElement

Class Overview

Client-side image map. See the MAP element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract HTMLCollection getAreas()
The list of areas defined for the image map.
abstract String getName()
Names the map (for use with usemap ).
abstract void setName(String name)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract HTMLCollection getAreas ()

The list of areas defined for the image map.

public abstract String getName ()

Names the map (for use with usemap ). See the name attribute definition in HTML 4.0.

public abstract void setName (String name)