Class ForExpression.EventMappingAction

java.lang.Object
net.sf.saxon.expr.ForExpression.EventMappingAction
All Implemented Interfaces:
EventMappingFunction
Enclosing class:
ForExpression

protected static class ForExpression.EventMappingAction extends Object implements EventMappingFunction
The EventMappingAction represents the action to be taken for each item in the source sequence. It acts as the EventMappingFunction for the mapping iterator, and also provides the Binding of the position variable (at $n) in XQuery, if used.