The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  XML::DOM2::Attribute::Namespace

DESCRIPTION

  Attribute Namespace object class

METHODS

$class->new( %arguments )

  Create a new attribute namespace object.

$class->serialise()

  Format and return xml text serialised.

$class->deserialise( $uri )

  Deserialise uri

$class->ns_prefix()

  Return the namespace prefix.

$class->ns_uri()

  Return the namespace uri.

$class->delete()

  Remove the namespace from the document.

COPYRIGHT

Martin Owens, doctormo@cpan.org

SEE ALSO

XML::DOM2,XML::DOM2::DOM::Attribute