22#if !defined(XERCESC_INCLUDE_GUARD_XMLNUMBER_HPP)
23#define XERCESC_INCLUDE_GUARD_XMLNUMBER_HPP
25#include <xercesc/internal/XSerializable.hpp>
86 , XSerializeEngine& serEng);
#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
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Definition XMLNumber.hpp:31
NumberType
Definition XMLNumber.hpp:42
@ DateTime
Definition XMLNumber.hpp:46
@ Float
Definition XMLNumber.hpp:43
@ Double
Definition XMLNumber.hpp:44
@ BigDecimal
Definition XMLNumber.hpp:45
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.
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition XMemory.hpp:41