[virtual]
[protected]
[protected, pure virtual]
Implemented in XMLDouble.
[static, protected]
Compares this object to the specified object.
The result is true if and only if the argument is not null and is an XMLAbstractDoubleFloat object that contains the same int value as this object.
true
null
XMLAbstractDoubleFloat
int
false
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
Implements XMLNumber.
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
Returns the sign of this number.
-1 negative 0 zero 1 positive
Deprecated: please use getRawData.