All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.StartsWith
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.StartsWith
- public class StartsWith
- extends FunctionCall
A implementation of the "starts-with" function call
- Author:
- Keith Visco
-
StartsWith()
- Creates a new StartsWith FunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
StartsWith
public StartsWith()
- Creates a new StartsWith 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