Evaluates the expression and returns the atomized items. @param qc query context @param ii input info (can be null; required for those Value instances that have no input info) @return atomized item @throws QueryException query exception
(QueryContext qc, InputInfo ii)
| 128 | * @throws QueryException query exception |
| 129 | */ |
| 130 | public abstract Value atomValue(QueryContext qc, InputInfo ii) throws QueryException; |
| 131 | |
| 132 | /** |
| 133 | * Evaluates the expression and returns an iterator on the resulting, unwrapped items. |