> The XQuery Processor
#include <zorba/item_sequence.h>

Public Member Functions | |
| virtual bool | next (Item &aItem)=0 |
| Get the next Item of the sequence. | |
| virtual | ~ItemSequence () |
| Destructor. | |
See http://www.w3.org/TR/xpath-datamodel/.
Definition at line 28 of file item_sequence.h.
| virtual zorba::ItemSequence::~ItemSequence | ( | ) | [inline, virtual] |
| virtual bool zorba::ItemSequence::next | ( | Item & | aItem | ) | [pure virtual] |
Get the next Item of the sequence.
| aItem | the next Item of the sequence if true is returned by the function. |
| ZorbaException | if an error occured. |
Implemented in zorba::Iterator, and zorba::ResultIterator.