22 #if !defined(XERCESC_INCLUDE_GUARD_XML_BIGDECIMAL_HPP) 23 #define XERCESC_INCLUDE_GUARD_XML_BIGDECIMAL_HPP 49 const XMLCh*
const strValue
59 static XMLCh* getCanonicalRepresentation
61 const XMLCh*
const rawData
65 static void parseDecimal
67 const XMLCh*
const toParse
68 ,
XMLCh*
const retBuffer
75 static void parseDecimal
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;
110 void setDecimalValue(
const XMLCh*
const strValue);
155 unsigned int fTotalDigits;
196 return fMemoryManager;
Definition: XMLBigDecimal.hpp:31
unsigned int getTotalDigit() const
Definition: XMLBigDecimal.hpp:179
MemoryManager * getMemoryManager() const
Definition: XMLBigDecimal.hpp:194
XMLCh * getIntVal() const
Definition: XMLBigDecimal.hpp:199
virtual int getSign() const
Returns the sign of this number.
Definition: XMLBigDecimal.hpp:164
Configurable memory manager.
Definition: MemoryManager.hpp:39
virtual XMLCh * getRawData() const =0
Return string representation of the decimal value.
virtual const XMLCh * getFormattedString() const
Return the original and converted value of the original data.
Definition: XMLBigDecimal.hpp:189
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
Definition: XMLNumber.hpp:30
size_t XMLSize_t
Definition: Xerces_autoconf_config.hpp:112
#define XMLUTIL_EXPORT
Definition: XercesDefs.hpp:162
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual XMLCh * getRawData() const
Return string representation of the decimal value.
Definition: XMLBigDecimal.hpp:184
virtual const XMLCh * getFormattedString() const =0
Return the original and converted value of the original data.
unsigned int getScale() const
Definition: XMLBigDecimal.hpp:174
virtual int getSign() const =0
Returns the sign of this number.
const XMLCh * getValue() const
Definition: XMLBigDecimal.hpp:169