XML::GDOME::XPath::NSResolver
XML::GDOME::XPath::NSResolver - Interface XPathNSResolver implementation.
$str = $xpnsresolv->lookupNamespaceURI($prefix);
- $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