|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANDECIMALFORMATSYMBOLS_HEADER_GUARD_1357924680)
19 #define XALANDECIMALFORMATSYMBOLS_HEADER_GUARD_1357924680
51 MemoryManager& theManager);
66 return m_currencySymbol;
77 return m_decimalSeparator;
99 return m_groupingSeparator;
121 return m_internationalCurrencySymbol;
143 return m_monetaryDecimalSeparator;
167 return m_patternSeparator;
211 m_currencySymbol = theCurrencySymbol;
222 assert(theCurrencySymbol != 0);
224 m_currencySymbol = theCurrencySymbol;
235 m_decimalSeparator = theDecimalSeparator;
257 m_groupingSeparator = theGroupingSeparator;
268 m_infinity = theInfinity;
279 assert(theInfinity != 0);
281 m_infinity = theInfinity;
293 m_internationalCurrencySymbol = theInternationalCurrencySymbol;
305 assert(theInternationalCurrencySymbol != 0);
307 m_internationalCurrencySymbol = theInternationalCurrencySymbol;
318 m_minusSign = theMinusSign;
330 m_monetaryDecimalSeparator = theMonetaryDecimalSeparator;
369 m_patternSeparator = thePatternSeparator;
380 m_percent = thePercent;
391 m_perMill = thePerMill;
402 m_zeroDigit = theZeroDigit;
421 XalanDOMChar m_decimalSeparator;
422 XalanDOMChar m_digit;
423 XalanDOMChar m_groupingSeparator;
428 XalanDOMChar m_minusSign;
429 XalanDOMChar m_monetaryDecimalSeparator;
433 XalanDOMChar m_patternSeparator;
434 XalanDOMChar m_percent;
435 XalanDOMChar m_perMill;
436 XalanDOMChar m_zeroDigit;
445 #endif // XALANDECIMALFORMATSYMBOLS_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)