|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.expr.number.NumericGroupFormatter
public abstract class NumericGroupFormatter
A NumericGroupFormatter is responsible for insertion of grouping separators into a formatted number (for example, reformatting "1234" as "1,234").
| Constructor Summary | |
|---|---|
NumericGroupFormatter()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
format(FastStringBuffer value)
Reformat a number to add grouping separators |
abstract java.lang.String |
getSeparator()
Get the grouping separator to be used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumericGroupFormatter()
| Method Detail |
|---|
public abstract java.lang.String format(FastStringBuffer value)
value - a buffer holding the number to be reformatted
public abstract java.lang.String getSeparator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||