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