22#if !defined(XERCESC_INCLUDE_GUARD_XML_BIGDECIMAL_HPP) 
   23#define XERCESC_INCLUDE_GUARD_XML_BIGDECIMAL_HPP 
   49        const XMLCh* 
const strValue
 
   61                   const XMLCh*         
const rawData
 
   67                   const XMLCh* 
const toParse
 
   68                ,        
XMLCh* 
const retBuffer
 
   77                   const XMLCh*         
const toParse
 
   87    const XMLCh*          getValue() 
const;
 
   89    unsigned int          getScale() 
const;
 
   91    unsigned int          getTotalDigit() 
const;
 
   93    inline XMLCh*         getIntVal() 
const;
 
  155    unsigned int   fTotalDigits;
 
 
  196    return fMemoryManager;
 
 
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XMLUTIL_EXPORT
Definition XercesDefs.hpp:162
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
size_t XMLSize_t
Definition Xerces_autoconf_config.hpp:112
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Configurable memory manager.
Definition MemoryManager.hpp:40
Definition XMLBigDecimal.hpp:32
static int compareValues(const XMLBigDecimal *const lValue, const XMLBigDecimal *const rValue, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
int toCompare(const XMLBigDecimal &other) const
Compares this object to the specified object.
const XMLCh * getValue() const
Definition XMLBigDecimal.hpp:169
XMLCh * getIntVal() const
Definition XMLBigDecimal.hpp:199
static void parseDecimal(const XMLCh *const toParse, XMLCh *const retBuffer, int &sign, int &totalDigits, int &fractDigits, MemoryManager *const manager)
XMLBigDecimal(const XMLCh *const strValue, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
Constructs a newly allocated XMLBigDecimal object that represents the value represented by the string...
virtual const XMLCh * getFormattedString() const
Return the original and converted value of the original data.
Definition XMLBigDecimal.hpp:189
void setDecimalValue(const XMLCh *const strValue)
MemoryManager * getMemoryManager() const
Definition XMLBigDecimal.hpp:194
unsigned int getScale() const
Definition XMLBigDecimal.hpp:174
unsigned int getTotalDigit() const
Definition XMLBigDecimal.hpp:179
static void parseDecimal(const XMLCh *const toParse, MemoryManager *const manager)
static XMLCh * getCanonicalRepresentation(const XMLCh *const rawData, MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager)
virtual XMLCh * getRawData() const
Return string representation of the decimal value.
Definition XMLBigDecimal.hpp:184
Definition XMLNumber.hpp:31
virtual int getSign() const =0
Returns the sign of this number.
virtual const XMLCh * getFormattedString() const =0
Return the original and converted value of the original data.
virtual XMLCh * getRawData() const =0
Return string representation of the decimal value.