Package net.sf.saxon.functions
Class FormatNumber.SubPicture
java.lang.Object
net.sf.saxon.functions.FormatNumber.SubPicture
- Enclosing class:
FormatNumber
Inner class to represent one sub-picture (the negative or positive subpicture)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat
(NumericValue value, DecimalSymbols dfs, String minusSign) Format a number using this sub-picture
-
Field Details
-
minWholePartSize
protected int minWholePartSize -
maxWholePartSize
protected int maxWholePartSize -
minFractionPartSize
protected int minFractionPartSize -
maxFractionPartSize
protected int maxFractionPartSize -
minExponentSize
protected int minExponentSize -
scalingFactor
protected int scalingFactor -
isPercent
protected boolean isPercent -
isPerMille
protected boolean isPerMille -
prefix
-
suffix
-
wholePartGroupingPositions
protected int[] wholePartGroupingPositions -
fractionalPartGroupingPositions
protected int[] fractionalPartGroupingPositions -
regular
protected boolean regular -
is31
protected boolean is31
-
-
Constructor Details
-
SubPicture
- Throws:
XPathException
-
-
Method Details