Evaluates the expression and returns an iterator on the resulting items. If this method is not implemented, either #value(QueryContext) or #item(QueryContext, InputInfo) must be implemented instead. @param qc query context @return iterator @throws QueryException query exception
(QueryContext qc)
| 65 | * @throws QueryException query exception |
| 66 | */ |
| 67 | public abstract Iter iter(QueryContext qc) throws QueryException; |
| 68 | |
| 69 | /** |
| 70 | * Evaluates the expression and returns the resulting value. |