Class NodeServiceXPath.FirstFunction

java.lang.Object
org.alfresco.repo.search.NodeServiceXPath.FirstFunction
All Implemented Interfaces:
org.jaxen.Function
Enclosing class:
NodeServiceXPath

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

    • FirstFunction

      public FirstFunction()
  • Method Details

    • 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)