All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLMapElement

public interface HTMLMapElement
extends HTMLElement
Client-side image map. See the MAP element definition in HTML 4.0.


Method Index

 o getAreas()
The list of areas defined for the image map.
 o getName()
Names the map (for use with usemap).
 o setName(String)

Methods

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

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

 o setName
 public abstract void setName(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index