在
DOM XPath API
the
XPathException
interface represents exception conditions that can be encountered while performing XPath operations.
XPathException.code
只读
short
that contains one of the
error code constants
.
| 常量 | 值 | 描述 |
|---|---|---|
INVALID_EXPRESSION_ERR
|
51
|
If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific
XPathEvaluator
or contains specialized extension functions or variables not supported by this implementation.
|
TYPE_ERR
|
52
|
If the expression cannot be converted to return the specified type. |
| 规范 | 状态 | 注释 |
|---|---|---|
|
DOM (文档对象模型) 3 级 XPath 规范
The definition of 'XPathException' in that specification. |
推荐 | 初始定义 |
No compatibility data found. Please contribute data for "api.XPathException" (depth: 1) to the MDN 兼容性数据存储库 .