![](../resources/join.gif)
![Home](../graphics/ext-2-label-3.jpg)
![](../resources/separator.gif)
![Readme](../graphics/index-label-3.jpg)
![Release Info](../graphics/releases-label-3.jpg)
![](../resources/separator.gif)
![Installation](../graphics/install-label-3.jpg)
![Download](../graphics/ext-18-label-3.jpg)
![Build](../graphics/build-label-3.jpg)
![](../resources/separator.gif)
![FAQs](../graphics/faqs-label-3.jpg)
![Samples](../graphics/samples-label-3.jpg)
![API Docs](../graphics/api-label-3.jpg)
![](../resources/separator.gif)
![DOM C++ Binding](../graphics/ext-68-label-3.jpg)
![Programming](../graphics/program-label-3.jpg)
![Migration Guide](../graphics/migrate-label-3.jpg)
![](../resources/separator.gif)
![Feedback](../graphics/feedback-label-3.jpg)
![Bug-Reporting](../graphics/bug-report-label-3.jpg)
![PDF Document](../graphics/pdf-label-3.jpg)
![](../resources/separator.gif)
![CVS Repository](../graphics/ext-100-label-3.jpg)
![Mail Archive](../graphics/ext-102-label-3.jpg)
![](../resources/close.gif)
|
| |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLNumber Class ReferenceInheritance diagram for XMLNumber:
[legend]Collaboration diagram for XMLNumber:
[legend]List of all members.
Member Enumeration Documentation
|
-
Enumeration values:
-
LESS_THAN |
|
EQUAL |
|
GREATER_THAN |
|
INDETERMINATE |
|
|
enum XMLNumber::NumberType
|
|
|
-
Enumeration values:
-
Float |
|
Double |
|
BigDecimal |
|
DateTime |
|
UnKnown |
|
|
Constructor & Destructor Documentation
virtual XMLNumber::~XMLNumber |
( |
|
) |
[virtual] |
|
XMLNumber::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. |
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. |
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. |
The documentation for this class was generated from the following file:
|
|
|