16 #if !defined(XALANNUMBERFORMAT_HEADER_GUARD_1357924680)
17 #define XALANNUMBERFORMAT_HEADER_GUARD_1357924680
30 XALAN_CPP_NAMESPACE_BEGIN
58 return m_groupingSeparator.getMemoryManager();
68 format(
double theValue,
93 unsigned int theValue,
103 format(
long theValue,
115 unsigned long theValue,
124 isGroupingUsed()
const;
132 setGroupingUsed(
bool bUsed);
140 setGroupingSize(
unsigned long size);
170 bool m_isGroupingUsed;
174 unsigned long m_groupingSize;
176 static const XalanDOMChar s_defaultGroupingSeparator[];
181 XALAN_CPP_NAMESPACE_END
185 #endif // XALANNUMBERFORMAT_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XalanDOMString.hpp:42
Type * XalanConstruct(MemoryManager &theMemoryManager, Type *&theInstance)
Definition: XalanMemoryManagement.hpp:152