NAME
XML::DOM2::Attribute
DESCRIPTION
Attribute object class for XML documents
METHODS
$class->new( %options )
Create a new Attribute object.
$attribute->value()
Returns the serialised value within this attribute.
$attribute->serialise()
Returns the serialised value for this attribute.
$attribute->deserialise( $value )
Sets the attribute value to $value, does any deserialisation too.
$attribute->serialise_full()
Returns the serialised name and value for this attribute.
$attribute->document()
Return the document associated with this attribute.
$attribute->delete()
Delete this attribute, NOT IMPLIMENTED.
OVERLOADED
$object->auto_string()
$object->auto_eq( $string )
COPYRIGHT
Martin Owens, doctormo@cpan.org