org.w3c.dom.html

Interface HTMLMapElement

public interface HTMLMapElement extends HTMLElement

Client-side image map. See the MAP element definition in HTML 4.0.
Method Summary
HTMLCollectiongetAreas()
The list of areas defined for the image map.
StringgetName()
Names the map (for use with usemap).
voidsetName(String name)

Method Detail

getAreas

public HTMLCollection getAreas()
The list of areas defined for the image map.

getName

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

setName

public void setName(String name)