Evaluates the expression and returns the resulting item, or Empty#VALUE if the expression yields an empty sequence. If this method is not implemented, either #iter(QueryContext) or #value(QueryContext) must be implemented instead. @param qc query context @param ii input info
(QueryContext qc, InputInfo ii)
| 88 | * @throws QueryException query exception |
| 89 | */ |
| 90 | public abstract Item item(QueryContext qc, InputInfo ii) throws QueryException; |
| 91 | |
| 92 | /** |
| 93 | * Evaluates the expression and returns an iterator on the resulting, atomized items. |