net.sf.saxon.number
public class NumberFormatter extends Object implements Serializable
Method Summary | |
---|---|
CharSequence | format(List numbers, int groupSize, String groupSeparator, String letterValue, String ordinal, Numberer numberer)
Format a list of numbers. |
void | prepare(String format)
Tokenize the format pattern. |
Parameters: numbers the numbers to be formatted (a sequence of integer values; it may also contain preformatted strings as part of the error recovery fallback)
Returns: the formatted output string.
Parameters: format the format specification. Contains one of the following values:
This symbol may be preceded and followed by punctuation (any other characters) which is
copied to the output string.