Class HTMLMapElementImpl

    • Constructor Detail

      • HTMLMapElementImpl

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

      • 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