The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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