#include <XalanDecimalFormatSymbols.hpp>
Definition at line 40 of file XalanDecimalFormatSymbols.hpp.
XalanDecimalFormatSymbols::XalanDecimalFormatSymbols | ( | MemoryManager & | theManager | ) | [explicit] |
XalanDecimalFormatSymbols::XalanDecimalFormatSymbols | ( | const XalanDecimalFormatSymbols & | theSource, | |
MemoryManager & | theManager | |||
) |
XalanDecimalFormatSymbols::~XalanDecimalFormatSymbols | ( | ) |
const XalanDOMString& XalanDecimalFormatSymbols::getCurrencySymbol | ( | ) | const [inline] |
Retrieve the string denoting the local currency, "$", for example.
Definition at line 64 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getDecimalSeparator | ( | ) | const [inline] |
Retrieve the character used for decimal sign, '.
' for example
Definition at line 75 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getDigit | ( | ) | const [inline] |
Retrieve character used for a digit in a pattern.
Definition at line 86 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getGroupingSeparator | ( | ) | const [inline] |
Retrieve the character used for thousands separator, "," for example.
Definition at line 97 of file XalanDecimalFormatSymbols.hpp.
const XalanDOMString& XalanDecimalFormatSymbols::getInfinity | ( | ) | const [inline] |
Retrieve the string used to represent infinity.
Definition at line 108 of file XalanDecimalFormatSymbols.hpp.
const XalanDOMString& XalanDecimalFormatSymbols::getInternationalCurrencySymbol | ( | ) | const [inline] |
Retrieve the international string denoting the local currency.
Definition at line 119 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getMinusSign | ( | ) | const [inline] |
Retrieve the character used to represent minus sign.
Definition at line 130 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getMonetaryDecimalSeparator | ( | ) | const [inline] |
Retrieve the monetary decimal separator.
Definition at line 141 of file XalanDecimalFormatSymbols.hpp.
const XalanDOMString& XalanDecimalFormatSymbols::getNaN | ( | ) | const [inline] |
Retrieve the string used for a numeric value that cannot be represented as a number.
Definition at line 153 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getPatternSeparator | ( | ) | const [inline] |
Retrieve the character used to separate positive and negative subpatterns in a pattern.
Definition at line 165 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getPercent | ( | ) | const [inline] |
Retrieve the character used for percent sign, "%," for example.
Definition at line 176 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getPerMill | ( | ) | const [inline] |
Retrieve the character used for per thousand sign.
Definition at line 187 of file XalanDecimalFormatSymbols.hpp.
XalanDOMChar XalanDecimalFormatSymbols::getZeroDigit | ( | ) | const [inline] |
Retrieve the character used for zero.
Definition at line 198 of file XalanDecimalFormatSymbols.hpp.
bool XalanDecimalFormatSymbols::operator!= | ( | const XalanDecimalFormatSymbols & | theRHS | ) | const [inline] |
Definition at line 409 of file XalanDecimalFormatSymbols.hpp.
XalanDecimalFormatSymbols& XalanDecimalFormatSymbols::operator= | ( | const XalanDecimalFormatSymbols & | theRHS | ) |
bool XalanDecimalFormatSymbols::operator== | ( | const XalanDecimalFormatSymbols & | theRHS | ) | const |
void XalanDecimalFormatSymbols::setCurrencySymbol | ( | const XalanDOMChar * | theCurrencySymbol | ) | [inline] |
Sets the string denoting the local currency, "$", for example.
theCurrencySymbol | symbol used for local currency |
Definition at line 220 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setCurrencySymbol | ( | const XalanDOMString & | theCurrencySymbol | ) | [inline] |
Sets the string denoting the local currency, "$", for example.
theCurrencySymbol | symbol used for local currency |
Definition at line 209 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setDecimalSeparator | ( | XalanDOMChar | theDecimalSeparator | ) | [inline] |
Sets the character used for decimal sign, '.
' for example
theDecimalSeparator | character used for decimal sign |
Definition at line 233 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setDigit | ( | XalanDOMChar | theDigit | ) | [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.
void XalanDecimalFormatSymbols::setGroupingSeparator | ( | XalanDOMChar | theGroupingSeparator | ) | [inline] |
Sets the character used for thousands separator, "," for example.
theGroupingSeparator | character used for thousands separator |
Definition at line 255 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setInfinity | ( | const XalanDOMChar * | theInfinity | ) | [inline] |
Sets the string used to represent infinity.
theInfinity | string used to represent infinity |
Definition at line 277 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setInfinity | ( | const XalanDOMString & | theInfinity | ) | [inline] |
Sets the string used to represent infinity.
theInfinity | string used to represent infinity |
Definition at line 266 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setInternationalCurrencySymbol | ( | const XalanDOMString & | theInternationalCurrencySymbol | ) | [inline] |
Sets the international string denoting the local currency.
theInternationalCurrencySymbol | international string denoting the local currency |
Definition at line 291 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setInternationalCurrencySymbol | ( | const XalanDOMChar * | theInternationalCurrencySymbol | ) | [inline] |
Sets the international string denoting the local currency.
theInternationalCurrencySymbol | international string denoting the local currency |
Definition at line 303 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setMinusSign | ( | XalanDOMChar | theMinusSign | ) | [inline] |
Sets the character used to represent minus sign.
theMinusSign | character used to represent minus sign |
Definition at line 316 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setMonetaryDecimalSeparator | ( | XalanDOMChar | theMonetaryDecimalSeparator | ) | [inline] |
Sets the monetary decimal separator.
theMonetaryDecimalSeparator | character used to separate decimal portion of currency |
Definition at line 328 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setNaN | ( | const XalanDOMString & | theNaN | ) | [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.
void XalanDecimalFormatSymbols::setNaN | ( | const XalanDOMChar * | theNaN | ) | [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.
void XalanDecimalFormatSymbols::setPatternSeparator | ( | XalanDOMChar | thePatternSeparator | ) | [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.
void XalanDecimalFormatSymbols::setPercent | ( | XalanDOMChar | thePercent | ) | [inline] |
Sets the character used for percent sign, "%," for example.
thePercent | character used for percent sign |
Definition at line 378 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setPerMill | ( | XalanDOMChar | thePerMill | ) | [inline] |
Sets the character used for per thousand sign.
thePerMill | character used for per thousand sign |
Definition at line 389 of file XalanDecimalFormatSymbols.hpp.
void XalanDecimalFormatSymbols::setZeroDigit | ( | XalanDOMChar | theZeroDigit | ) | [inline] |
Sets the character used for zero.
theZeroDigit | character used for zero |
Definition at line 400 of file XalanDecimalFormatSymbols.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|