=head1 NAME XML::GDOME::Attr - Interface Attr implementation. =head1 SYNOPSIS $str = $a->getName(); $elem = $a->getOwnerElement(); $bool = $a->getSpecified(); $str = $a->getValue(); $a->setValue($str); =head1 CLASS INHERITANCE L > XML::GDOME::Attr =head1 METHODS =over 4 =item $str = $a->getName(); I: the qualified name of this attribute. =item $elem = $a->getOwnerElement(); I: the Element node this attribute is attached to or undef if this attribute is not in use. =item $bool = $a->getSpecified(); NOT IMPLEMENTED I: 1 =item $str = $a->getValue(); I: the value of this attribute. =back