|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.templates.DecimalFormatProperties
**For advanced use only**
Implement xsl:decimal-format.
Constructor Summary | |
DecimalFormatProperties()
**For advanced use only** |
Method Summary | |
java.text.DecimalFormatSymbols |
getDecimalFormatSymbols()
**For advanced use only** Return the decimal format Symbols for this element. |
char |
getDecimalSeparator()
**For advanced use only** Get the "decimal-separator" attribute. |
char |
getDigit()
**For advanced use only** Get the "digit" attribute. |
char |
getGroupingSeparator()
**For advanced use only** Get the "grouping-separator" attribute. |
java.lang.String |
getInfinity()
**For advanced use only** Get the "infinity" attribute. |
char |
getMinusSign()
**For advanced use only** Get the "minus-sign" attribute. |
QName |
getName()
**For advanced use only** Get the "name" attribute. |
java.lang.String |
getNaN()
**For advanced use only** Get the "NaN" attribute. |
char |
getPatternSeparator()
**For advanced use only** Get the "pattern-separator" attribute. |
char |
getPercent()
**For advanced use only** Get the "percent" attribute. |
char |
getPerMille()
**For advanced use only** Get the "per-mille" attribute. |
char |
getZeroDigit()
**For advanced use only** Get the "zero-digit" attribute. |
void |
setDecimalSeparator(char ds)
**For advanced use only** Set the "decimal-separator" attribute. |
void |
setDigit(char v)
**For advanced use only** Set the "digit" attribute. |
void |
setGroupingSeparator(char gs)
**For advanced use only** Set the "grouping-separator" attribute. |
void |
setInfinity(java.lang.String inf)
**For advanced use only** Set the "infinity" attribute. |
void |
setMinusSign(char v)
**For advanced use only** Set the "minus-sign" attribute. |
void |
setName(QName qname)
**For advanced use only** Set the "name" attribute. |
void |
setNaN(java.lang.String v)
**For advanced use only** Set the "NaN" attribute. |
void |
setPatternSeparator(char v)
**For advanced use only** Set the "pattern-separator" attribute. |
void |
setPercent(char v)
**For advanced use only** Set the "percent" attribute. |
void |
setPerMille(char v)
**For advanced use only** Set the "per-mille" attribute. |
void |
setZeroDigit(char v)
**For advanced use only** Set the "zero-digit" attribute. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DecimalFormatProperties()
Method Detail |
public java.text.DecimalFormatSymbols getDecimalFormatSymbols()
The xsl:decimal-format element declares a decimal-format, which controls the interpretation of a format pattern used by the format-number function. If there is a name attribute, then the element declares a named decimal-format; otherwise, it declares the default decimal-format. The value of the name attribute is a QName, which is expanded as described in [2.4 Qualified Names]. It is an error to declare either the default decimal-format or a decimal-format with a given name more than once (even with different import precedence), unless it is declared every time with the same value for all attributes (taking into account any default values).
The other attributes on xsl:decimal-format correspond to the methods on the JDK 1.1 DecimalFormatSymbols class. For each get/set method pair there is an attribute defined for the xsl:decimal-format element.
public void setName(QName qname)
public QName getName()
public void setDecimalSeparator(char ds)
public char getDecimalSeparator()
public void setGroupingSeparator(char gs)
public char getGroupingSeparator()
public void setInfinity(java.lang.String inf)
public java.lang.String getInfinity()
public void setMinusSign(char v)
public char getMinusSign()
public void setNaN(java.lang.String v)
public java.lang.String getNaN()
public void setPercent(char v)
public char getPercent()
public void setPerMille(char v)
public char getPerMille()
public void setZeroDigit(char v)
public char getZeroDigit()
public void setDigit(char v)
public char getDigit()
public void setPatternSeparator(char v)
public char getPatternSeparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |