Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CNodeSetValue

class CNodeSetValue: public CValue {
public:
    CNodeSetValue(const XNodeSet &pValue);
    ~CNodeSetValue();
public:
    int GetType();
    XNodeSet GetNodeSet();
    };

The XPath node-set value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CNodeSet
Constructor/Destructor Summary
CNodeSetValue (const XNodeSet &pValue);
����������Constructs the node-set value.
~CNodeSetValue ();
����������Destroys the node-set value.

Function Summary
int GetType ();
����������Returns the type of this value (that is, CValue::typeNodeSet ).
XNodeSet GetNodeSet ();
����������Returns the node-set represented by this value.

Constructor/Destructor Detail

CNodeSetValue

CNodeSetValue(const XNodeSet &pValue);

Constructs the node-set value.

Parameters:
pValue - the node-set to be represented by this value

~CNodeSetValue

~CNodeSetValue();

Destroys the node-set value.

Function Detail

GetType

int GetType();

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

Returns:
the type of this value

GetNodeSet

XNodeSet GetNodeSet();

Returns the node-set represented by this value.

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