Package | dom.xpath |
Class | public class XPathExceptionCode |
Inheritance | XPathExceptionCode Object |
Introduced in: | DOM 3 XPath |
See also
Constant | Defined By | ||
---|---|---|---|
DOM 3 XPath INVALID_EXPRESSION_ERR : Number = 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. | XPathExceptionCode | ||
DOM 3 XPath TYPE_ERR : Number = 52 [static]
If the expression cannot be converted to return the specified type. | XPathExceptionCode |
DOM 3 XPath INVALID_EXPRESSION_ERR | Constant |
public static const INVALID_EXPRESSION_ERR:Number = 51
Introduced in: | DOM 3 XPath |
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.
See also
DOM 3 XPath TYPE_ERR | Constant |
public static const TYPE_ERR:Number = 52
Introduced in: | DOM 3 XPath |
If the expression cannot be converted to return the specified type.
See also