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