net.sf.saxon.trans
Class DecimalSymbols
java.lang.Object
net.sf.saxon.trans.DecimalSymbols
- Serializable
public class DecimalSymbols
extends java.lang.Object
implements Serializable
This class is modelled on Java's DecimalFormatSymbols, but it allows the use of any
Unicode character to represent symbols such as the decimal point and the grouping
separator, whereas DecimalFormatSymbols restricts these to a char (1-65535). Since
this is essentially a data structure with no behaviour, we don't bother with getter
and setter methods but just expose the fields
decimalSeparator
public int decimalSeparator
groupingSeparator
public int groupingSeparator
infinity
public String infinity
minusSign
public int minusSign
patternSeparator
public int patternSeparator
percent
public int percent
permill
public int permill
zeroDigit
public int zeroDigit
equals
public boolean equals(Object obj)
hashCode
public int hashCode()