
| XalanNumberFormat::XalanNumberFormat | ( | MemoryManagerType & | theManager | ) | [explicit] |
| virtual XalanNumberFormat::~XalanNumberFormat | ( | ) | [virtual] |
| static XalanNumberFormat* XalanNumberFormat::create | ( | MemoryManagerType & | theManager | ) | [static] |
| MemoryManagerType& XalanNumberFormat::getMemoryManager | ( | ) |
| virtual XalanDOMString& XalanNumberFormat::format | ( | double | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual XalanDOMString& XalanNumberFormat::format | ( | int | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual XalanDOMString& XalanNumberFormat::format | ( | unsigned int | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual XalanDOMString& XalanNumberFormat::format | ( | long | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual XalanDOMString& XalanNumberFormat::format | ( | unsigned long | theValue, | |
| XalanDOMString & | theResult | |||
| ) | [virtual] |
Format a number into a string.
| theValue | number to format | |
| theResult | the string result |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual bool XalanNumberFormat::isGroupingUsed | ( | ) | const [virtual] |
Whether groupings are used for numbers, for example, "234,678".
Reimplemented in ICUXalanNumberFormatProxy.
| virtual void XalanNumberFormat::setGroupingUsed | ( | bool | bUsed | ) | [virtual] |
Change whether groupings are used for numbers, for example, "234,678".
| bUsed | true to use grouping |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual void XalanNumberFormat::setGroupingSize | ( | unsigned long | size | ) | [virtual] |
Change the size of groupings, for example, "234,678" uses a size of "3".
| size | the grouping size |
Reimplemented in ICUXalanNumberFormatProxy.
| virtual void XalanNumberFormat::setGroupingSeparator | ( | const XalanDOMString & | s | ) | [virtual] |
Change the separator string used for groupings, for example, "234,678" uses the separator ",".
| s | grouping separator string |
Reimplemented in ICUXalanNumberFormatProxy.
| void XalanNumberFormat::applyGrouping | ( | const XalanDOMString & | value, | |
| XalanDOMString & | result | |||
| ) | [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|