Liking cljdoc? Tell your friends :D
ClojureScript only.

web.xpath.XPathException

In the DOM XPath API the XPathException interface represents conditions that can be encountered while performing XPath operations.

In the DOM XPath API the XPathException interface represents
conditions that can be encountered while performing XPath operations.
raw docstring

codecljs

(code this)

Property.

[Read Only]

The code read-only property of the web.xpath.XPathException returns a short that contains one of the error code constants.

var exceptionCode = exception.code;

See also: https://developer.mozilla.org/en-US/docs/Web/API/XPathException/code

Property.

[Read Only]

The code read-only property of the `web.xpath.XPathException`
returns a short that contains one of the error code constants.

`var exceptionCode = exception.code;`

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

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

× close