All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.dom.XPathException__Constants Maven / Gradle / Ivy

The newest version!
package elemental2.dom;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,name = "XPathException",namespace = JsPackage.GLOBAL)
 class XPathException__Constants{
 static int INVALID_EXPRESSION_ERR;
 static int TYPE_ERR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy