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 forReturns: namespace URI