Liking cljdoc? Tell your friends :D
ClojureScript only.

web.xpath.XPathExpression

This interface is a compiled XPath expression that can be evaluated a document or specific node to return information its DOM tree.

This interface is a compiled XPath expression that can be evaluated
a document or specific node to return information its DOM tree.
raw docstring

evaluatecljs

(evaluate this context-node type result)

Method.

The evaluate() method of the web.xpath.XPathExpression interface an XPath expression on the given node or document and returns web.xpath.XPathResult.

XPathResult node.evaluate(contextNode, type, result);

See also: https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate

Method.

The evaluate() method of the `web.xpath.XPathExpression` interface
an XPath expression on the given node or document and returns
`web.xpath.XPathResult`.

`XPathResult node.evaluate(contextNode, type, result);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate`
sourceraw docstring

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

× close