Liking cljdoc? Tell your friends :D
ClojureScript only.

web.xpath.XPathNSResolver

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.
raw docstring

lookup-namespace-uricljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close