GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::GDOME::Attr(3) User Contributed Perl Documentation XML::GDOME::Attr(3)

  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

$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.
2002-09-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.