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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close