#include <ICUXalanNumberFormatProxy.hpp>
Inherits XalanNumberFormat.

Definition at line 42 of file ICUXalanNumberFormatProxy.hpp.
| ICUXalanNumberFormatProxy::ICUXalanNumberFormatProxy | ( | MemoryManager & | theManager | ) | [explicit] |
| virtual ICUXalanNumberFormatProxy::~ICUXalanNumberFormatProxy | ( | ) | [virtual] |
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | double | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | int | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | long | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | unsigned long | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | unsigned int | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | XALAN_UINT64 | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented from XalanNumberFormat.
| virtual XalanDOMString& ICUXalanNumberFormatProxy::format | ( | XALAN_INT64 | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented from XalanNumberFormat.
| virtual bool ICUXalanNumberFormatProxy::isGroupingUsed | ( | ) | const [virtual] |
Whether groupings are used for numbers, for example, "234,678".
Reimplemented from XalanNumberFormat.
| virtual void ICUXalanNumberFormatProxy::setGroupingSeparator | ( | const XalanDOMString & | s | ) | [virtual] |
Change the separator string used for groupings, for example, "234,678" uses the separator ",".
| s | grouping separator string |
Reimplemented from XalanNumberFormat.
| virtual void ICUXalanNumberFormatProxy::setGroupingSize | ( | unsigned long | size | ) | [virtual] |
Change the size of groupings, for example, "234,678" uses a size of "3".
| size | the grouping size |
Reimplemented from XalanNumberFormat.
| virtual void ICUXalanNumberFormatProxy::setGroupingUsed | ( | bool | bUsed | ) | [virtual] |
Change whether groupings are used for numbers, for example, "234,678".
| bUsed | true to use grouping |
Reimplemented from XalanNumberFormat.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|