com.icl.saxon
public class DecimalFormatManager extends Object
Version: 10 December 1999: extracted from Controller
Constructor Summary | |
---|---|
DecimalFormatManager()
create a Controller and initialise variables |
Method Summary | |
---|---|
DecimalFormatSymbols | getDefaultDecimalFormat()
Get the default decimal-format. |
DecimalFormatSymbols | getNamedDecimalFormat(int fingerprint)
Get a named decimal-format registered using setNamedDecimalFormat |
void | setDefaultDecimalFormat(DecimalFormatSymbols dfs)
Register the default decimal-format.
|
static void | setDefaults(DecimalFormatSymbols d)
Set up the XSLT-defined default attributes in a DecimalFormatSymbols |
void | setNamedDecimalFormat(int fingerprint, DecimalFormatSymbols dfs)
Set a named decimal format.
|
Parameters: fingerprint The fingerprint of the name of the decimal format
Returns: the DecimalFormatSymbols object corresponding to the named locale, if any or null if not set.