Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanDecimalFormat Class Reference
#include <XalanDecimalFormat.hpp>
Inheritance diagram for XalanDecimalFormat
[legend]Collaboration diagram for XalanDecimalFormat:
[legend]List of all members.Public Methods
Protected Methods
Constructor & Destructor Documentation
|
Constructor.
-
Parameters:
-
thePatternString
|
string defining how output should be formatted |
theSymbols
|
class defining the symbols used for output, for example, symbol for currency |
|
virtual XalanDecimalFormat::~XalanDecimalFormat (
|
) [virtual]
|
|
Member Function Documentation
void XalanDecimalFormat::applyLocalizedPattern (
|
const XalanDOMString & thePattern )
|
|
void XalanDecimalFormat::applyPattern (
|
const XalanDOMString & thePattern )
|
|
virtual XalanDOMString XalanDecimalFormat::format (
|
unsigned long theValue ) [virtual]
|
|
|
Format a number into a string.
-
Parameters:
-
theValue
|
number to format |
-
Returns:
-
string representation of number
Reimplemented from XalanNumberFormat. |
virtual XalanDOMString XalanDecimalFormat::format (
|
long theValue ) [virtual]
|
|
|
Format a number into a string.
-
Parameters:
-
theValue
|
number to format |
-
Returns:
-
string representation of number
Reimplemented from XalanNumberFormat. |
virtual XalanDOMString XalanDecimalFormat::format (
|
unsigned int theValue ) [virtual]
|
|
|
Format a number into a string.
-
Parameters:
-
theValue
|
number to format |
-
Returns:
-
string representation of number
Reimplemented from XalanNumberFormat. |
virtual XalanDOMString XalanDecimalFormat::format (
|
int theValue ) [virtual]
|
|
|
Format a number into a string.
-
Parameters:
-
theValue
|
number to format |
-
Returns:
-
string representation of number
Reimplemented from XalanNumberFormat. |
virtual XalanDOMString XalanDecimalFormat::format (
|
double theValue ) [virtual]
|
|
|
Format a number into a string.
-
Parameters:
-
theValue
|
number to format |
-
Returns:
-
string representation of number
Reimplemented from XalanNumberFormat. |
|
Retrieve class defining symbols used for output.
-
Returns:
-
class defining the symbols used for output, for example, symbol for currency
|
|
Set class defining symbols used for output.
-
Parameters:
-
class
|
defining the symbols used for output, for example, symbol for currency |
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|