All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.LangFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.LangFunctionCall
- public class LangFunctionCall
- extends FunctionCall
A implementation of the "starts-with" function call
- Author:
- Keith Visco
-
LangFunctionCall()
- Creates a new Lang FunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
LangFunctionCall
public LangFunctionCall()
- Creates a new Lang FunctionCall
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this FunctionCall using the given Node as
the context. This method will always return a BooleanResult
All Packages Class Hierarchy This Package Previous Next Index