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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close