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

NAME

  XML::GDOME::XPath::NSResolver - Interface XPathNSResolver implementation.

SYNOPSIS

  $str = $xpnsresolv->lookupNamespaceURI($prefix);

METHODS

$str = $xpnsresolv->lookupNamespaceURI($prefix);

Look up the namespace URI associated to the given namespace prefix. The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined.

prefix: The prefix of the namespace to look for

Returns: namespace URI