public abstract class NumericGroupFormatter extends Object
Modifier and Type | Field and Description |
---|---|
protected UnicodeString |
adjustedPicture |
Constructor and Description |
---|
NumericGroupFormatter() |
Modifier and Type | Method and Description |
---|---|
abstract String |
format(FastStringBuffer value)
Reformat a number to add grouping separators
|
UnicodeString |
getAdjustedPicture()
Get the adjusted (preprocessed) picture
|
abstract String |
getSeparator()
Get the grouping separator to be used, as a Unicode codepoint.
|
protected UnicodeString adjustedPicture
public UnicodeString getAdjustedPicture()
public abstract String format(FastStringBuffer value)
value
- a buffer holding the number to be reformattedpublic abstract String getSeparator()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.