FileDocCategorySizeDatePackage
HTMLMapElement.javaAPI DocJava SE 5 API1166Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLMapElement

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

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

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.html.HTMLCollectiongetAreas()
The list of areas defined for the image map.

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

public voidsetName(java.lang.String name)