Class NodeServiceXPath.FirstFunction

  • All Implemented Interfaces:
    org.jaxen.Function
    Enclosing class:
    NodeServiceXPath

    public static class NodeServiceXPath.FirstFunction
    extends java.lang.Object
    implements org.jaxen.Function
    • Constructor Summary

      Constructors 
      Constructor Description
      FirstFunction()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(org.jaxen.Context context, java.util.List args)  
      static java.lang.Double evaluate​(org.jaxen.Context context)  
      • Methods inherited from class java.lang.Object

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

      • FirstFunction

        public FirstFunction()
    • Method Detail

      • call

        public java.lang.Object call​(org.jaxen.Context context,
                                     java.util.List args)
                              throws org.jaxen.FunctionCallException
        Specified by:
        call in interface org.jaxen.Function
        Throws:
        org.jaxen.FunctionCallException
      • evaluate

        public static java.lang.Double evaluate​(org.jaxen.Context context)