Class HTMLMapElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLMapElement, Node, NodeList, TypeInfo

public class HTMLMapElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLMapElement
See Also:
  • Field Details

    • areas_

      private org.w3c.dom.html.HTMLCollection areas_
  • Constructor Details

    • HTMLMapElementImpl

      public HTMLMapElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getAreas

      public org.w3c.dom.html.HTMLCollection getAreas()
      Specified by:
      getAreas in interface org.w3c.dom.html.HTMLMapElement
    • getName

      public String getName()
      Specified by:
      getName in interface org.w3c.dom.html.HTMLMapElement
    • setName

      public void setName(String name)
      Specified by:
      setName in interface org.w3c.dom.html.HTMLMapElement
    • cloneNode

      public Node cloneNode(boolean deep)
      Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
      Specified by:
      cloneNode in interface Node
      Overrides:
      cloneNode in class ElementImpl
      See Also: