The XPathNSResolver interface permits prefix strings in an XPath to be properly bound to namespace URI strings.
The XPathNSResolver interface permits prefix strings in an XPath to be properly bound to namespace URI strings.
(lookup-namespace-uri this prefix)
Method.
The lookupNamespaceURI method looks up the namespace URI associated
the given namespace prefix within an XPath expression evaluated
the web.xpath.XPathEvaluator
interface.
DOMString XPathNSResolver.lookupNamespaceURI(prefix);
See also: https://developer.mozilla.org/en-US/docs/Web/API/XPathNSResolver/lookupNamespaceURI
Method. The lookupNamespaceURI method looks up the namespace URI associated the given namespace prefix within an XPath expression evaluated the `web.xpath.XPathEvaluator` interface. `DOMString XPathNSResolver.lookupNamespaceURI(prefix);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XPathNSResolver/lookupNamespaceURI`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close