|  | 
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members 
 XMLDouble  Class Reference#include <XMLDouble.hpp>
Inheritance diagram for XMLDouble  [legend]Collaboration diagram for XMLDouble:  [legend]List of all members. 
 Member Enumeration Documentation
 
  
    | 
        
          | enum XMLDouble::LiteralType |  |  
  
    |  | 
Constructs a newly allocated XMLDoubleobject that represents the value represented by the string. 
 
Parameters: 
| the | Stringto be converted to anXMLDouble. | 
 
Exceptions: 
| NumberFormatException | if the Stringdoes not contain a parsable XMLDouble. | 
 
Enumeration values:
| NegINF |  |  | NegZero |  |  | PosZero |  |  | PosINF |  |  | NaN |  |  | SpecialTypeNum |  |  | Normal |  | 
 |  
 Constructor & Destructor Documentation
 
  
    | 
        
          | XMLDouble::XMLDouble ( | const XMLCh *const strValue ) |  |  
 
  
    | 
        
          | XMLDouble::~XMLDouble ( | ) |  |  
 
  
    | 
        
          | XMLDouble::XMLDouble ( | const XMLDouble & toCopy ) |  |  
 Member Function Documentation
 
  
    | 
        
          | int XMLDouble::compareValues ( | const XMLDouble *const lValue, |  
          |  | const XMLDouble *const rValue )  [static] |  |  
 
  
    | 
        
          | int XMLDouble::getSign ( | ) const  [virtual] |  |  
  
    |  | 
Returns the sign of this number.
 
-1 negative 0 zero 1 positive 
 
Reimplemented from XMLNumber.     |  
 
  
    | 
        
          | bool XMLDouble::operator== ( | const XMLDouble & toCompare ) const |  |  
  
    |  | 
Compares this object to the specified object.
 
The result is trueif and only if the argument is notnulland is anXMLDoubleobject that contains the sameintvalue as this object. 
Parameters: 
| obj | the object to compare with. | 
 
Returns: 
 trueif the objects are the same;falseotherwise.
 |  
 
  
    | 
        
          | void XMLDouble::reinitXMLDouble ( | )  [static] |  |  
 
  
    | 
        
          | virtual XMLCh* XMLDouble::toString ( | ) const  [virtual] |  |  
  
    |  | 
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. 
 
Reimplemented from XMLNumber.     |  The documentation for this class was generated from the following file:
 |