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