Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CStringValue

class CStringValue: public CValue {
public:
    CStringValue(const CString &strValue);
    ~CStringValue();
public:
    int GetType();
    CString GetString();
    };

The XPath string value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CStringValue (const CString &strValue);
����������Constructs the string value.
~CStringValue ();
����������Destroys the string value.

Function Summary
int GetType ();
����������Returns the type of this value (that is, CValue::typeString ).
CString GetString ();
����������Returns the string represented by this value.

Constructor/Destructor Detail

CStringValue

CStringValue(const CString &strValue);

Constructs the string value.

Parameters:
strValue - the string to be represented by this value

~CStringValue

~CStringValue();

Destroys the string value.

Function Detail

GetType

int GetType();

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

Returns:
the type of this value

GetString

CString GetString();

Returns the string represented by this value.

Returns:
the string 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.