Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CNumberValue

class CNumberValue: public CValue {
public:
    CNumberValue(CNumber numValue);
    ~CNumberValue();
public:
    int GetType();
    CNumber GetNumber();
    };

The XPath number value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CNumber
Constructor/Destructor Summary
CNumberValue (CNumber numValue);
����������Constructs the number value.
~CNumberValue ();
����������Destroys the number value.

Function Summary
int GetType ();
����������Returns the type of this value (that is, CValue::typeNumber ).
CNumber GetNumber ();
����������Returns the number represented by this value.

Constructor/Destructor Detail

CNumberValue

CNumberValue(CNumber numValue);

Constructs the number value.

Parameters:
numValue - the number to be represented by this value

~CNumberValue

~CNumberValue();

Destroys the number value.

Function Detail

GetType

int GetType();

Returns the type of this value (that is, CValue::typeNumber ).

Returns:
the type of this value

GetNumber

CNumber GetNumber();

Returns the number represented by this value.

Returns:
the number represented by this value

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.