Uses of Class
org.apache.xalan.templates.DecimalFormatProperties
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
-
Uses of DecimalFormatProperties in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return DecimalFormatProperties Modifier and Type Method Description DecimalFormatPropertiesStylesheet. getDecimalFormat(int i)Get an "xsl:decimal-format" property.DecimalFormatPropertiesStylesheet. getDecimalFormat(QName name)Get an "xsl:decimal-format" property.Methods in org.apache.xalan.templates with parameters of type DecimalFormatProperties Modifier and Type Method Description voidStylesheet. setDecimalFormat(DecimalFormatProperties edf)Process the xsl:decimal-format element.