22#if !defined(XERCESC_INCLUDE_GUARD_XML_DOUBLE_HPP)
23#define XERCESC_INCLUDE_GUARD_XML_DOUBLE_HPP
74 virtual
void checkBoundary(
char* const strValue);
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XMLUTIL_EXPORT
Definition XercesDefs.hpp:162
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Configurable memory manager.
Definition MemoryManager.hpp:40
Definition XMLAbstractDoubleFloat.hpp:62
MemoryManager * getMemoryManager() const
Definition XMLAbstractDoubleFloat.hpp:194
static int compareValues(const XMLAbstractDoubleFloat *const lValue, const XMLAbstractDoubleFloat *const rValue, MemoryManager *const manager)
Compares this object to the specified object.
Definition XMLDouble.hpp:30
XMLDouble(const XMLCh *const strValue, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
Constructs a newly allocated XMLDouble object that represents the value represented by the string.