http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

Source Repository
User Mail Archive
Devel Mail Archive

API Docs for SAX and DOM
 

XMLDouble Class Reference

Inheritance diagram for XMLDouble:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 XMLDouble (const XMLCh *const strValue, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Constructs a newly allocated XMLDouble object that represents the value represented by the string.
 ~XMLDouble ()
 XMLDouble (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)

Static Public Member Functions

static int compareValues (const XMLDouble *const lValue, const XMLDouble *const rValue)
 Compares this object to the specified object.

Protected Member Functions

virtual void checkBoundary (char *const strValue)

Constructor & Destructor Documentation

XMLDouble::XMLDouble const XMLCh *const   strValue,
MemoryManager *const   manager = XMLPlatformUtils::fgMemoryManager
 

Constructs a newly allocated XMLDouble object that represents the value represented by the string.

Parameters:
strValue the String to be converted to an XMLDouble.
manager Pointer to the memory manager to be used to allocate objects.
Exceptions:
NumberFormatException if the String does not contain a parsable XMLDouble.

XMLDouble::~XMLDouble  ) 
 

XMLDouble::XMLDouble MemoryManager *const   manager = XMLPlatformUtils::fgMemoryManager  ) 
 


Member Function Documentation

virtual void XMLDouble::checkBoundary char *const   strValue  )  [protected, virtual]
 

Implements XMLAbstractDoubleFloat.

int XMLDouble::compareValues const XMLDouble *const   lValue,
const XMLDouble *const   rValue
[static]
 

Compares this object to the specified object.

The result is true if and only if the argument is not null and is an XMLDouble object that contains the same int value as this object.

Parameters:
lValue the object to compare with.
rValue the object to compare against.
Returns:
true if the objects are the same; false otherwise.


The documentation for this class was generated from the following file:


Copyright © 1994-2004 The Apache Software Foundation. All Rights Reserved.