net.sf.saxon.trans
public class DecimalSymbols extends Object implements Serializable
| Field Summary | |
|---|---|
| int | decimalSeparator |
| int | digit |
| int | groupingSeparator |
| String | infinity |
| int | minusSign |
| String | NaN |
| int | patternSeparator |
| int | percent |
| int | permill |
| int | zeroDigit |
| static int[] | zeroDigits |
| Method Summary | |
|---|---|
| void | checkDistinctRoles()
Check that no character is used in more than one role |
| boolean | equals(Object obj)
Test if two sets of decimal format symbols are the same |
| int | hashCode() |
| boolean | isValidZeroDigit()
Check that the character declared as a zero-digit is indeed a valid zero-digit |
Throws: XPathException
Parameters: obj the other set of symbols
Returns: true if the same characters/strings are assigned to each role in both sets of symbols
Returns: false if it is not a valid zero-digit