NAME
Mozilla::DOM::HTMLMapElement
Mozilla::DOM::HTMLMapElement is a wrapper around an instance of Mozilla's nsIDOMHTMLMapElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLMapElement interface is the interface to a [X]HTML
* map element.
*
* For more information on this interface please see
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* @status FROZEN
CLASS METHODS
$iid = Mozilla::DOM::HTMLMapElement->GetIID()
Pass this to QueryInterface.
METHODS
$areas = $htmlmapelement->GetAreas()
$name = $htmlmapelement->GetName()
$htmlmapelement->SetName($name)
$name (string)
SEE ALSO
COPYRIGHT
Copyright (C) 2005, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.