Class HTMLMapElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLMapElement
    extends HTMLElement
    The JavaScript object HTMLMapElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLMapElement

        public HTMLMapElement()
        Creates an instance.
    • Method Detail

      • getAreas

        public HTMLCollection getAreas()
        Returns the value of the JavaScript attribute areas.
        Returns:
        the value of this attribute
      • getName

        public java.lang.String getName()
        Returns the name attribute.
        Overrides:
        getName in class HTMLElement
        Returns:
        the name attribute
      • setName

        public void setName​(java.lang.String name)
        Sets the name attribute.
        Overrides:
        setName in class HTMLElement
        Parameters:
        name - the name attribute