Class ForMemberClausePull


public class ForMemberClausePull extends ForClausePull
This class implements the changes to the tuple stream effected by a "for member" clause in a FLWOR expression
  • Constructor Details

  • Method Details

    • variableValue

      protected GroundedValue variableValue(Item item)
      Description copied from class: ForClausePull
      Get the value to be bound to the iteration variable
      Overrides:
      variableValue in class ForClausePull
      Parameters:
      item - the value returned by the sequence iterator
      Returns:
      the value to be assigned to the iteration variable