=head1 NAME Mozilla::DOM::HTMLAreaElement =for object Mozilla::DOM::HTMLAreaElement Mozilla::DOM::HTMLAreaElement is a wrapper around an instance of Mozilla's nsIDOMHTMLAreaElement interface. This class inherits from L. * The nsIDOMHTMLAreaElement interface is the interface to a [X]HTML * area element. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-HTML/ * * @status FROZEN =head1 CLASS METHODS =head2 $iid = Mozilla::DOM::HTMLAreaElement->B() Pass this to QueryInterface. =head1 METHODS =head2 $accesskey = $htmlareaelement->B() =head2 $alt = $htmlareaelement->B() =head2 $coords = $htmlareaelement->B() $coords is a string, but I'm not sure what it is. =head2 $href = $htmlareaelement->B() =head2 $bool = $htmlareaelement->B() =head2 $shape = $htmlareaelement->B() =head2 $tabindex = $htmlareaelement->B() =head2 $target = $htmlareaelement->B() =head2 $htmlareaelement->B($accesskey) =over =over =item * $accesskey (string) =back =back =head2 $htmlareaelement->B($alt) =over =over =item * $alt (string) =back =back =head2 $htmlareaelement->B($coords) =over =over =item * $coords (string) =back =back =head2 $htmlareaelement->B($href) =over =over =item * $href (string) =back =back =head2 $htmlareaelement->B($nohref) =over =over =item * $nohref (boolean) =back =back =head2 $htmlareaelement->B($shape) =over =over =item * $shape (string) =back =back =head2 $htmlareaelement->B($tabindex) =over =over =item * $tabindex (integer (long)) =back =back =head2 $htmlareaelement->B($target) =over =over =item * $target (string) =back =back =head1 SEE ALSO L =head1 COPYRIGHT Copyright (C) 2005-2007, Scott Lanning This software is licensed under the LGPL. See L for a full notice. =cut