org.jaxen.function.ext
Class MatrixConcatFunction
java.lang.Objectorg.jaxen.function.ext.MatrixConcatFunction
- Function
public class MatrixConcatFunction
extends java.lang.Object
Extension Function boolean matrix-concat(nodeSet,nodeSet,nodeSet*)
- James Pereira (JPereira@CT.BBD.CO.ZA)
call
public Object call(Context context,
List args)Evaluate this function.
- call in interface Function
context - the context at the point in the
expression when the function is calledargs - arguments provided to the function
- the result of evaluating the function; a
List
(node-set), Double, Boolean, or
String
evaluate
public static Object evaluate(List list,
Navigator nav)