All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.FormatNumber

com.kvisco.xsl.functions.FunctionCall
   |
   +----com.kvisco.xsl.functions.FormatNumber

public class FormatNumber
extends FunctionCall
A implementation of the "format-number()" function call.
method signature:
String format-number(number, string, string?)
The 3rd argument which is optional (string?) is currently not handled.

Author:
Keith Visco

Constructor Index

 o FormatNumber()
Creates a new FormatNumber FunctionCall

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this FunctionCall using the given Node as the context.

Constructors

 o FormatNumber
 public FormatNumber()
Creates a new FormatNumber FunctionCall

Methods

 o 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