|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberFormatter
The interface used to format numbers for xsl:number
.
Method Summary | |
---|---|
String |
format(int value)
Formats the specified positive integer value into a string. |
Method Detail |
---|
String format(int value) throws IllegalArgumentException
value
- the value to be formatted; must be greater than zero
IllegalArgumentException
- if the value is less than or equal to zero
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |