Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XPathExpression

        public XPathExpression()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(Node contextNode,
                                         int type,
                                         java.lang.Object result)
      • evaluate

        public java.lang.Object evaluate​(Node contextNode,
                                         int type)
      • evaluate

        public java.lang.Object evaluate​(Node contextNode)