NAME

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

SYNOPSIS

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

CLASS INHERITANCE

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

METHODS

$str = $a->getName();

Returns: the qualified name of this attribute.

$elem = $a->getOwnerElement();

Returns: the Element node this attribute is attached to or undef if this attribute is not in use.

$bool = $a->getSpecified();

NOT IMPLEMENTED

Returns: 1

$str = $a->getValue();

Returns: the value of this attribute.