=head1 NAME Mozilla::DOM::Attr Mozilla::DOM::Attr is a wrapper around an instance of Mozilla's nsIDOMAttr interface. This inherits from L. * The nsIDOMAttr interface represents an attribute in an "Element" object. * Typically the allowable values for the attribute are defined in a document * type definition. * * For more information on this interface please see * LEwww.w3.orgETREDOM-Level-2-CoreE> =head1 CLASS METHODS =head2 $iid = Mozilla::DOM::Attr->B() Pass this to QueryInterface. =head1 METHODS =head2 $name = $attr->B() =head2 $element = $attr->B() =head2 $bool = $attr->B() =head2 $value = $attr->B() =head2 $attr->B($value) =over =item * $value (string) =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