XPathNSResolver interface permits prefix strings in an XPath expression to be properly bound to namespace URI strings.XPathEvaluator interface can construct an implementation of XPathNSResolver from a node, or the interface may be implemented by any application.Looks up the namespace URI associated to the given namespace prefix.
string. A string representing the prefix to look for.Promise<string>