Qt 4.8
|
Implements the function fn:idref()
.
More...
#include <qsequencegeneratingfns_p.h>
Implements the function fn:idref()
.
Definition at line 105 of file qsequencegeneratingfns_p.h.
|
virtual |
Evaluate this Expression by iterating over it. This is a central function for evaluating expressions.
Expressions must always always return a valid QAbstractXmlForwardIterator and may never return 0. If an empty result is of interest to be returned, the EmptyIterator should be returned.
The default implementation returns a SingletonIterator over the item returned from evaluateSingleton().
Reimplemented from QPatternist::Expression.
Definition at line 197 of file qsequencegeneratingfns.cpp.