public class DecimalSymbols
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
decimalSeparator |
int |
digit |
int |
groupingSeparator |
java.lang.String |
infinity |
int |
minusSign |
java.lang.String |
NaN |
int |
patternSeparator |
int |
percent |
int |
permill |
int |
zeroDigit |
(package private) static int[] |
zeroDigits |
Constructor and Description |
---|
DecimalSymbols() |
Modifier and Type | Method and Description |
---|---|
void |
checkDistinctRoles()
Check that no character is used in more than one role
|
boolean |
equals(java.lang.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
|
public int decimalSeparator
public int groupingSeparator
public int digit
public int minusSign
public int percent
public int permill
public int zeroDigit
public int patternSeparator
public java.lang.String infinity
public java.lang.String NaN
static int[] zeroDigits
public void checkDistinctRoles() throws XPathException
XPathException
public boolean isValidZeroDigit() throws XPathException
XPathException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the other set of symbolspublic int hashCode()
hashCode
in class java.lang.Object