
XML::GDOME::Attr - Interface Attr implementation.

$str = $a->getName();
$elem = $a->getOwnerElement();
$bool = $a->getSpecified();
$str = $a->getValue();
$a->setValue($str);

XML::GDOME::Node > XML::GDOME::Attr

Returns: the qualified name of this attribute.
Returns: the Element node this attribute is attached to or undef if this attribute is not in use.
NOT IMPLEMENTED
Returns: 1
Returns: the value of this attribute.