Class ForExpression.EventMappingAction

  • All Implemented Interfaces:
    EventMappingFunction
    Enclosing class:
    ForExpression

    protected static class ForExpression.EventMappingAction
    extends java.lang.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.