Xalan-C++ API Reference
1.12.0
|
#include <xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp>
Public Member Functions | |
XalanDecimalFormatSymbols (MemoryManager &theManager) | |
XalanDecimalFormatSymbols (const XalanDecimalFormatSymbols &theSource, MemoryManager &theManager) | |
~XalanDecimalFormatSymbols () | |
XalanDecimalFormatSymbols & | operator= (const XalanDecimalFormatSymbols &theRHS) |
const XalanDOMString & | getCurrencySymbol () const |
Retrieve the string denoting the local currency, "$", for example. More... | |
XalanDOMChar | getDecimalSeparator () const |
Retrieve the character used for decimal sign, '. More... | |
XalanDOMChar | getDigit () const |
Retrieve character used for a digit in a pattern. More... | |
XalanDOMChar | getGroupingSeparator () const |
Retrieve the character used for thousands separator, "," for example. More... | |
const XalanDOMString & | getInfinity () const |
Retrieve the string used to represent infinity. More... | |
const XalanDOMString & | getInternationalCurrencySymbol () const |
Retrieve the international string denoting the local currency. More... | |
XalanDOMChar | getMinusSign () const |
Retrieve the character used to represent minus sign. More... | |
XalanDOMChar | getMonetaryDecimalSeparator () const |
Retrieve the monetary decimal separator. More... | |
const XalanDOMString & | getNaN () const |
Retrieve the string used for a numeric value that cannot be represented as a number. More... | |
XalanDOMChar | getPatternSeparator () const |
Retrieve the character used to separate positive and negative subpatterns in a pattern. More... | |
XalanDOMChar | getPercent () const |
Retrieve the character used for percent sign, "%," for example. More... | |
XalanDOMChar | getPerMill () const |
Retrieve the character used for per thousand sign. More... | |
XalanDOMChar | getZeroDigit () const |
Retrieve the character used for zero. More... | |
void | setCurrencySymbol (const XalanDOMString &theCurrencySymbol) |
Sets the string denoting the local currency, "$", for example. More... | |
void | setCurrencySymbol (const XalanDOMChar *theCurrencySymbol) |
Sets the string denoting the local currency, "$", for example. More... | |
void | setDecimalSeparator (XalanDOMChar theDecimalSeparator) |
Sets the character used for decimal sign, '. More... | |
void | setDigit (XalanDOMChar theDigit) |
Sets the character used for a digit in a pattern. More... | |
void | setGroupingSeparator (XalanDOMChar theGroupingSeparator) |
Sets the character used for thousands separator, "," for example. More... | |
void | setInfinity (const XalanDOMString &theInfinity) |
Sets the string used to represent infinity. More... | |
void | setInfinity (const XalanDOMChar *theInfinity) |
Sets the string used to represent infinity. More... | |
void | setInternationalCurrencySymbol (const XalanDOMString &theInternationalCurrencySymbol) |
Sets the international string denoting the local currency. More... | |
void | setInternationalCurrencySymbol (const XalanDOMChar *theInternationalCurrencySymbol) |
Sets the international string denoting the local currency. More... | |
void | setMinusSign (XalanDOMChar theMinusSign) |
Sets the character used to represent minus sign. More... | |
void | setMonetaryDecimalSeparator (XalanDOMChar theMonetaryDecimalSeparator) |
Sets the monetary decimal separator. More... | |
void | setNaN (const XalanDOMString &theNaN) |
Sets the string used for a numeric value that cannot be represented as a number. More... | |
void | setNaN (const XalanDOMChar *theNaN) |
Sets the string used for a numeric value that cannot be represented as a number. More... | |
void | setPatternSeparator (XalanDOMChar thePatternSeparator) |
Sets the character used to separate positive and negative subpatterns in a pattern. More... | |
void | setPercent (XalanDOMChar thePercent) |
Sets the character used for percent sign, "%," for example. More... | |
void | setPerMill (XalanDOMChar thePerMill) |
Sets the character used for per thousand sign. More... | |
void | setZeroDigit (XalanDOMChar theZeroDigit) |
Sets the character used for zero. More... | |
bool | operator== (const XalanDecimalFormatSymbols &theRHS) const |
bool | operator!= (const XalanDecimalFormatSymbols &theRHS) const |
Definition at line 40 of file XalanDecimalFormatSymbols.hpp.
|
explicit |
xalanc::XalanDecimalFormatSymbols::XalanDecimalFormatSymbols | ( | const XalanDecimalFormatSymbols & | theSource, |
MemoryManager & | theManager | ||
) |
xalanc::XalanDecimalFormatSymbols::~XalanDecimalFormatSymbols | ( | ) |
|
inline |
Retrieve the string denoting the local currency, "$", for example.
Definition at line 64 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used for decimal sign, '.
' for example
Definition at line 75 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve character used for a digit in a pattern.
Definition at line 86 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used for thousands separator, "," for example.
Definition at line 97 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the string used to represent infinity.
Definition at line 108 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the international string denoting the local currency.
Definition at line 119 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used to represent minus sign.
Definition at line 130 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the monetary decimal separator.
Definition at line 141 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the string used for a numeric value that cannot be represented as a number.
Definition at line 153 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used to separate positive and negative subpatterns in a pattern.
Definition at line 165 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used for percent sign, "%," for example.
Definition at line 176 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used for per thousand sign.
Definition at line 187 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Retrieve the character used for zero.
Definition at line 198 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Definition at line 409 of file XalanDecimalFormatSymbols.hpp.
References xalanc::operator==().
XalanDecimalFormatSymbols& xalanc::XalanDecimalFormatSymbols::operator= | ( | const XalanDecimalFormatSymbols & | theRHS | ) |
bool xalanc::XalanDecimalFormatSymbols::operator== | ( | const XalanDecimalFormatSymbols & | theRHS | ) | const |
|
inline |
Sets the string denoting the local currency, "$", for example.
theCurrencySymbol | symbol used for local currency |
Definition at line 220 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the string denoting the local currency, "$", for example.
theCurrencySymbol | symbol used for local currency |
Definition at line 209 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for decimal sign, '.
' for example
theDecimalSeparator | character used for decimal sign |
Definition at line 233 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for a digit in a pattern.
theDigit | character used for a digit in a pattern |
Definition at line 244 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for thousands separator, "," for example.
theGroupingSeparator | character used for thousands separator |
Definition at line 255 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the string used to represent infinity.
theInfinity | string used to represent infinity |
Definition at line 277 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the string used to represent infinity.
theInfinity | string used to represent infinity |
Definition at line 266 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the international string denoting the local currency.
theInternationalCurrencySymbol | international string denoting the local currency |
Definition at line 303 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the international string denoting the local currency.
theInternationalCurrencySymbol | international string denoting the local currency |
Definition at line 291 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used to represent minus sign.
theMinusSign | character used to represent minus sign |
Definition at line 316 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the monetary decimal separator.
theMonetaryDecimalSeparator | character used to separate decimal portion of currency |
Definition at line 328 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the string used for a numeric value that cannot be represented as a number.
theNaN | string representing "not a number" value |
Definition at line 352 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the string used for a numeric value that cannot be represented as a number.
theNaN | string representing "not a number" value |
Definition at line 340 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used to separate positive and negative subpatterns in a pattern.
thePatternSeparator | character used to separate positive and negative subpatterns |
Definition at line 367 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for percent sign, "%," for example.
thePercent | character used for percent sign |
Definition at line 378 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for per thousand sign.
thePerMill | character used for per thousand sign |
Definition at line 389 of file XalanDecimalFormatSymbols.hpp.
|
inline |
Sets the character used for zero.
theZeroDigit | character used for zero |
Definition at line 400 of file XalanDecimalFormatSymbols.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:34 for Xalan-C++ API Reference by 1.8.17