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