Public Member Functions | |
| XalanDecimalFormatSymbols (MemoryManagerType &theManager) | |
| XalanDecimalFormatSymbols (const XalanDecimalFormatSymbols &theSource, MemoryManagerType &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 |
|
explicit |
| XalanDecimalFormatSymbols::XalanDecimalFormatSymbols | ( | const XalanDecimalFormatSymbols & | theSource, |
| MemoryManagerType & | theManager | ||
| ) |
| XalanDecimalFormatSymbols::~XalanDecimalFormatSymbols | ( | ) |
| const XalanDOMString& XalanDecimalFormatSymbols::getCurrencySymbol | ( | ) | const |
Retrieve the string denoting the local currency, "$", for example.
| XalanDOMChar XalanDecimalFormatSymbols::getDecimalSeparator | ( | ) | const |
Retrieve the character used for decimal sign, '.
' for example
| XalanDOMChar XalanDecimalFormatSymbols::getDigit | ( | ) | const |
Retrieve character used for a digit in a pattern.
| XalanDOMChar XalanDecimalFormatSymbols::getGroupingSeparator | ( | ) | const |
Retrieve the character used for thousands separator, "," for example.
| const XalanDOMString& XalanDecimalFormatSymbols::getInfinity | ( | ) | const |
Retrieve the string used to represent infinity.
| const XalanDOMString& XalanDecimalFormatSymbols::getInternationalCurrencySymbol | ( | ) | const |
Retrieve the international string denoting the local currency.
| XalanDOMChar XalanDecimalFormatSymbols::getMinusSign | ( | ) | const |
Retrieve the character used to represent minus sign.
| XalanDOMChar XalanDecimalFormatSymbols::getMonetaryDecimalSeparator | ( | ) | const |
Retrieve the monetary decimal separator.
| const XalanDOMString& XalanDecimalFormatSymbols::getNaN | ( | ) | const |
Retrieve the string used for a numeric value that cannot be represented as a number.
| XalanDOMChar XalanDecimalFormatSymbols::getPatternSeparator | ( | ) | const |
Retrieve the character used to separate positive and negative subpatterns in a pattern.
| XalanDOMChar XalanDecimalFormatSymbols::getPercent | ( | ) | const |
Retrieve the character used for percent sign, "%," for example.
| XalanDOMChar XalanDecimalFormatSymbols::getPerMill | ( | ) | const |
Retrieve the character used for per thousand sign.
| XalanDOMChar XalanDecimalFormatSymbols::getZeroDigit | ( | ) | const |
Retrieve the character used for zero.
| bool XalanDecimalFormatSymbols::operator!= | ( | const XalanDecimalFormatSymbols & | theRHS | ) | const |
| XalanDecimalFormatSymbols& XalanDecimalFormatSymbols::operator= | ( | const XalanDecimalFormatSymbols & | theRHS | ) |
| bool XalanDecimalFormatSymbols::operator== | ( | const XalanDecimalFormatSymbols & | theRHS | ) | const |
| void XalanDecimalFormatSymbols::setCurrencySymbol | ( | const XalanDOMString & | theCurrencySymbol | ) |
Sets the string denoting the local currency, "$", for example.
| theCurrencySymbol | symbol used for local currency |
| void XalanDecimalFormatSymbols::setCurrencySymbol | ( | const XalanDOMChar * | theCurrencySymbol | ) |
Sets the string denoting the local currency, "$", for example.
| theCurrencySymbol | symbol used for local currency |
| void XalanDecimalFormatSymbols::setDecimalSeparator | ( | XalanDOMChar | theDecimalSeparator | ) |
Sets the character used for decimal sign, '.
' for example
| theDecimalSeparator | character used for decimal sign |
| void XalanDecimalFormatSymbols::setDigit | ( | XalanDOMChar | theDigit | ) |
Sets the character used for a digit in a pattern.
| theDigit | character used for a digit in a pattern |
| void XalanDecimalFormatSymbols::setGroupingSeparator | ( | XalanDOMChar | theGroupingSeparator | ) |
Sets the character used for thousands separator, "," for example.
| theGroupingSeparator | character used for thousands separator |
| void XalanDecimalFormatSymbols::setInfinity | ( | const XalanDOMString & | theInfinity | ) |
Sets the string used to represent infinity.
| theInfinity | string used to represent infinity |
| void XalanDecimalFormatSymbols::setInfinity | ( | const XalanDOMChar * | theInfinity | ) |
Sets the string used to represent infinity.
| theInfinity | string used to represent infinity |
| void XalanDecimalFormatSymbols::setInternationalCurrencySymbol | ( | const XalanDOMString & | theInternationalCurrencySymbol | ) |
Sets the international string denoting the local currency.
| theInternationalCurrencySymbol | international string denoting the local currency |
| void XalanDecimalFormatSymbols::setInternationalCurrencySymbol | ( | const XalanDOMChar * | theInternationalCurrencySymbol | ) |
Sets the international string denoting the local currency.
| theInternationalCurrencySymbol | international string denoting the local currency |
| void XalanDecimalFormatSymbols::setMinusSign | ( | XalanDOMChar | theMinusSign | ) |
Sets the character used to represent minus sign.
| theMinusSign | character used to represent minus sign |
| void XalanDecimalFormatSymbols::setMonetaryDecimalSeparator | ( | XalanDOMChar | theMonetaryDecimalSeparator | ) |
Sets the monetary decimal separator.
| theMonetaryDecimalSeparator | character used to separate decimal portion of currency |
| void XalanDecimalFormatSymbols::setNaN | ( | const XalanDOMString & | theNaN | ) |
Sets the string used for a numeric value that cannot be represented as a number.
| theNaN | string representing "not a number" value |
| void XalanDecimalFormatSymbols::setNaN | ( | const XalanDOMChar * | theNaN | ) |
Sets the string used for a numeric value that cannot be represented as a number.
| theNaN | string representing "not a number" value |
| void XalanDecimalFormatSymbols::setPatternSeparator | ( | XalanDOMChar | thePatternSeparator | ) |
Sets the character used to separate positive and negative subpatterns in a pattern.
| thePatternSeparator | character used to separate positive and negative subpatterns |
| void XalanDecimalFormatSymbols::setPercent | ( | XalanDOMChar | thePercent | ) |
Sets the character used for percent sign, "%," for example.
| thePercent | character used for percent sign |
| void XalanDecimalFormatSymbols::setPerMill | ( | XalanDOMChar | thePerMill | ) |
Sets the character used for per thousand sign.
| thePerMill | character used for per thousand sign |
| void XalanDecimalFormatSymbols::setZeroDigit | ( | XalanDOMChar | theZeroDigit | ) |
Sets the character used for zero.
| theZeroDigit | character used for zero |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|