Class ForMemberExpression.ForMemberExprElaborator

java.lang.Object
net.sf.saxon.expr.elab.Elaborator
net.sf.saxon.expr.elab.PullElaborator
net.sf.saxon.expr.ForMemberExpression.ForMemberExprElaborator
Enclosing class:
ForMemberExpression

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

Provides both "pull" and "push" implementations.