#include <XMLNumber.hpp>
Inheritance diagram for XMLNumber
[virtual]
[protected]
[pure virtual]
Returns the sign of this number.
-1 negative 0 zero 1 positive
Reimplemented in XMLAbstractDoubleFloat, XMLBigDecimal, and XMLDateTime.
Return string representation of the decimal value.
A decimal point will be included as necessary, the caller of this method is responsible for the de-allocation of the memory.