NAME

XML::DOM2::DOM::NameSpace

DESCRIPTION

NameSpace base class for all attributes and elements

METHODS

$element->name()

Returns the attributes full name with namespace prefix.

$element->localName()

Returns the attribute name without name space prefix.

$element->namespaceURI()

Returns the URI of the attributes namespace.

$element->prefix()

Returns the attributes namespace prefix, returns undef if the namespace is the same as the owning element.

$element->namespace()

Return the namespace string this element or attribute belongs to.

COPYRIGHT

Martin Owens, doctormo@cpan.org

SEE ALSO

XML::DOM2