|
NAMEXML::DOM2::Attribute DESCRIPTIONAttribute 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 )COPYRIGHTMartin Owens, doctormo@cpan.orgSEE ALSOXML::DOM2,XML::DOM2::DOM::Attribute
Visit the GSP FreeBSD Man Page Interface. |