367368369370371372373
} public Cursor<BindingSet> evaluate(Group node, BindingSet bindings) throws StoreException { return new GroupCursor(this, node, bindings); }