16 #ifndef API_ITEM_SEQUENCE_H
17 #define API_ITEM_SEQUENCE_H
31 zorba::ItemSequence_t theItemSequence;
36 ItemSequence(zorba::ItemSequence_t aItemSequence) : theItemSequence(aItemSequence) {}
This interface represents an instance of the XQuery 1.0 and XPath 2.0 Data Model (XDM).
Using the StaticCollectionManager one can retrieve information about statically declared collections ...
A Collection is a persistent sequence of node items.
This class defines a set of functions for managing persistent collections.
ItemSequence(const ItemSequence &aItemSequence)
The Zorba Item interface.
Iterator getIterator()
get the Iterator over the items
Interface for an Iterator over an instance of the XML Data Model (i.e., a sequence of items)...
ItemSequence(zorba::ItemSequence_t aItemSequence)