


























|
| |
XMLNumber Class ReferenceInheritance diagram for XMLNumber:
[legend]List of all members.
Member Enumeration Documentation
|
- Enumeration values:
-
LESS_THAN |
|
EQUAL |
|
GREATER_THAN |
|
INDETERMINATE |
|
|
|
- Enumeration values:
-
Float |
|
Double |
|
BigDecimal |
|
DateTime |
|
UnKnown |
|
|
Constructor & Destructor Documentation
XMLNumber::XMLNumber |
( |
|
) |
[protected] |
|
XMLNumber::XMLNumber |
( |
const XMLNumber & |
|
) |
[protected] |
|
Member Function Documentation
virtual const XMLCh* XMLNumber::getFormattedString |
( |
|
) |
const [pure virtual] |
|
|
Return the original and converted value of the original data.
(applicable to double/float)
The internal buffer is returned directly, user is not required to delete the returned buffer
Implemented in XMLAbstractDoubleFloat, XMLBigDecimal, and XMLDateTime. |
virtual XMLCh* XMLNumber::getRawData |
( |
|
) |
const [pure virtual] |
|
|
Return string representation of the decimal value.
A decimal point will be included as necessary. Similar to toString above, but the internal buffer is returned directly, user is not required to delete the returned buffer
Implemented in XMLAbstractDoubleFloat, XMLBigDecimal, and XMLDateTime. |
virtual int XMLNumber::getSign |
( |
|
) |
const [pure virtual] |
|
virtual XMLCh* XMLNumber::toString |
( |
|
) |
const [pure virtual] |
|
|
Deprecated: please use getRawData.
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.
Implemented in XMLAbstractDoubleFloat, XMLBigDecimal, and XMLDateTime. |
The documentation for this class was generated from the following file:
|
|
|