![]() |
|
Contents |
See also the Document Object Model (DOM) Level 3 XPath Specification.
Public Member Functions | |
| XPathException (short code, String message) | |
Public Attributes | |
| short | code |
Static Public Attributes | |
| static final short | 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. | |
| static final short | TYPE_ERR = 52 |
| If the expression cannot be converted to return the specified type. | |
| XPathException | ( | short | code, | |
| String | message | |||
| ) |
| short code |
final short INVALID_EXPRESSION_ERR = 51 [static] |
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.
final short TYPE_ERR = 52 [static] |
If the expression cannot be converted to return the specified type.