Package org.alfresco.repo.search
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 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.Objectcall(org.jaxen.Context context, java.util.List args)static java.lang.Doubleevaluate(org.jaxen.Context context)
-
-
-
Method Detail
-
call
public java.lang.Object call(org.jaxen.Context context, java.util.List args) throws org.jaxen.FunctionCallException- Specified by:
callin interfaceorg.jaxen.Function- Throws:
org.jaxen.FunctionCallException
-
evaluate
public static java.lang.Double evaluate(org.jaxen.Context context)
-
-