net.sf.saxon.style
public class XSLDecimalFormat extends StyleElement
| Field Summary | |
|---|---|
| String | decimalSeparator |
| String | digit |
| String | groupingSeparator |
| String | infinity |
| String | minusSign |
| String | name |
| String | NaN |
| String | patternSeparator |
| String | percent |
| String | perMille |
| boolean | prepared |
| String | zeroDigit |
| static int[] | zeroDigits |
| Method Summary | |
|---|---|
| void | checkZeroDigit()
Check that the character declared as a zero-digit is indeed a valid zero-digit |
| Expression | compile(Executable exec) |
| DecimalSymbols | makeDecimalFormatSymbols() |
| void | prepareAttributes() |
| void | register() |
| void | validate() |
Throws: XPathException