XML::GDOME::Attr
XML::GDOME::Attr - Interface Attr implementation.
$str = $a->getName();
$elem = $a->getOwnerElement();
$bool = $a->getSpecified();
$str = $a->getValue();
$a->setValue($str);
the XML::GDOME::Node manpage > XML::GDOME::Attr
- $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.