org.jaxen.function.ext

Class MatrixConcatFunction

Implemented Interfaces:
Function

public class MatrixConcatFunction
extends java.lang.Object
implements Function

Extension Function boolean matrix-concat(nodeSet,nodeSet,nodeSet*)
Author:
James Pereira (JPereira@CT.BBD.CO.ZA)

Nested Class Summary

static class
MatrixConcatFunction.MatrixEnum

Method Summary

Object
call(Context context, List args)
Evaluate this function.
static Object
evaluate(List list, Navigator nav)

Method Details

call

public Object call(Context context,
                   List args)
Evaluate this function.
Specified by:
call in interface Function
Parameters:
context - the context at the point in the expression when the function is called
args - arguments provided to the function
Returns:
the result of evaluating the function; a List (node-set), Double, Boolean, or String

evaluate

public static Object evaluate(List list,
                              Navigator nav)