Module jdk.xml.dom

Interface HTMLMapElement

All Superinterfaces:
Element, HTMLElement, Node

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

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

Since:
1.4, DOM Level 2
  • Method Details

    • getAreas

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

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

      void setName(String name)