Package elemental2.dom
Class XPathException
- java.lang.Object
-
- elemental2.dom.XPathException
-
@JsType(isNative=true, namespace="<global>") public class XPathException extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
code
static int
INVALID_EXPRESSION_ERR
static int
TYPE_ERR
-
Constructor Summary
Constructors Constructor Description XPathException()
-