Package elemental2.dom
Class XPathExpression
- java.lang.Object
-
- elemental2.dom.XPathExpression
-
@JsType(isNative=true, namespace="<global>") public class XPathExpression extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XPathExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate(Node contextNode)
java.lang.Object
evaluate(Node contextNode, int type)
java.lang.Object
evaluate(Node contextNode, int type, java.lang.Object result)
-