org.jaxen.function.ext
Class MatrixConcatFunction

java.lang.Object
  extended byorg.jaxen.function.ext.MatrixConcatFunction
All 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
           
 
Constructor Summary
MatrixConcatFunction()
           
 
Method Summary
 java.lang.Object call(Context context, java.util.List args)
          Evaluate this function.
static java.lang.Object evaluate(java.util.List list, Navigator nav)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixConcatFunction

public MatrixConcatFunction()
Method Detail

call

public java.lang.Object call(Context context,
                             java.util.List args)
Description copied from interface: Function
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 java.lang.Object evaluate(java.util.List list,
                                        Navigator nav)


Copyright © 2001-2005 Codehaus. All Rights Reserved.