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;
 
const XMLCh * getValue() const 
Definition: XMLBigDecimal.hpp:169
 
Definition: XMLBigDecimal.hpp:31
 
unsigned int getTotalDigit() const 
Definition: XMLBigDecimal.hpp:179
 
virtual const XMLCh * getFormattedString() const 
Return the original and converted value of the original data. 
Definition: XMLBigDecimal.hpp:189
 
unsigned int getScale() const 
Definition: XMLBigDecimal.hpp:174
 
Configurable memory manager. 
Definition: MemoryManager.hpp:39
 
virtual XMLCh * getRawData() const =0
Return string representation of the decimal value. 
 
SIZE_T XMLSize_t
Definition: Xerces_autoconf_config.borland.hpp:86
 
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
 
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
 
virtual int getSign() const 
Returns the sign of this number. 
Definition: XMLBigDecimal.hpp:164
 
Definition: XMLNumber.hpp:30
 
#define XMLUTIL_EXPORT
Definition: XercesDefs.hpp:162
 
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
 
virtual const XMLCh * getFormattedString() const =0
Return the original and converted value of the original data. 
 
virtual int getSign() const =0
Returns the sign of this number. 
 
virtual XMLCh * getRawData() const 
Return string representation of the decimal value. 
Definition: XMLBigDecimal.hpp:184
 
MemoryManager * getMemoryManager() const 
Definition: XMLBigDecimal.hpp:194
 
XMLCh * getIntVal() const 
Definition: XMLBigDecimal.hpp:199