Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanNumberFormat Class Reference

#include <XalanNumberFormat.hpp>

Inheritance diagram for XalanNumberFormat:

ICUXalanNumberFormatProxy XalanDecimalFormat List of all members.

Public Methods

Static Public Methods


Detailed Description


Constructor & Destructor Documentation

explicit XalanNumberFormat::XalanNumberFormat ()

virtual XalanNumberFormat::~XalanNumberFormat () [virtual]


Member Function Documentation

XalanDOMString XalanNumberFormat::format ( unsigned long theValue) [virtual]

Format a number into a string.

Parameters:
theValue   number to format
Returns:
string representation of number

Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.

XalanDOMString XalanNumberFormat::format ( long theValue) [virtual]

Format a number into a string.

Parameters:
theValue   number to format
Returns:
string representation of number

Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.

XalanDOMString XalanNumberFormat::format ( unsigned int theValue) [virtual]

Format a number into a string.

Parameters:
theValue   number to format
Returns:
string representation of number

Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.

XalanDOMString XalanNumberFormat::format ( int theValue) [virtual]

Format a number into a string.

Parameters:
theValue   number to format
Returns:
string representation of number

Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.

XalanDOMString XalanNumberFormat::format ( double theValue) [virtual]

Format a number into a string.

Parameters:
theValue   number to format
Returns:
string representation of number

Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.

void XalanNumberFormat::initialize () [static]

Initialize static data.

Must be called before any other functions are called. See PlatformSupportInit.

bool XalanNumberFormat::isGroupingUsed () const [virtual]

Whether groupings are used for numbers, for example, "234,678".

Returns:
true if grouping used

Reimplemented in ICUXalanNumberFormatProxy.

void XalanNumberFormat::setGroupingSeparator ( const XalanDOMString & s) [virtual]

Change the separator string used for groupings, for example, "234,678" uses the separator ",".

Parameters:
s   grouping separator string

Reimplemented in ICUXalanNumberFormatProxy.

void XalanNumberFormat::setGroupingSize ( unsigned long size) [virtual]

Change the size of groupings, for example, "234,678" uses a size of "3".

Parameters:
size   the grouping size

Reimplemented in ICUXalanNumberFormatProxy.

void XalanNumberFormat::setGroupingUsed ( bool bUsed) [virtual]

Change whether groupings are used for numbers, for example, "234,678".

Parameters:
bUsed   true to use grouping

Reimplemented in ICUXalanNumberFormatProxy.

void XalanNumberFormat::terminate () [static]

Destroy static data.

After thus function is called, no other functions can be called. See PlatformSupportInit.


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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.