Class OuterForExpression.OuterForExprElaborator

java.lang.Object
net.sf.saxon.expr.elab.Elaborator
net.sf.saxon.expr.elab.PullElaborator
net.sf.saxon.expr.flwor.OuterForExpression.OuterForExprElaborator
Enclosing class:
OuterForExpression

public static class OuterForExpression.OuterForExprElaborator extends PullElaborator
An elaborator for a "for" expression, typically written as {for $x in SEQ return R}.

Provides both "pull" and "push" implementations.