Class NodeServiceXPath.FirstFunction

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

    public static class NodeServiceXPath.FirstFunction
    extends Object
    implements org.jaxen.Function
    • Constructor Detail

      • FirstFunction

        public FirstFunction()
    • Method Detail

      • call

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

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