Class Inversion.PushAction

java.lang.Object
com.saxonica.ee.stream.Inversion.PushAction
Enclosing class:
Inversion

public static class Inversion.PushAction extends Object
A PushAction is a collection of data that together represents the strategy for how an expression should be evaluated in push mode. The StreamingRoute is effectively a list of PushAction objects, one for each expression that needs to be processed in push mode.
  • Field Details

    • expression

      public Expression expression
    • streamingChildSequence

      public int streamingChildSequence
    • adjunct

      public StreamingAdjunct adjunct
    • pushMethod

      public int pushMethod
    • feedMaker

      public FeedMaker feedMaker
    • watchMaker

      public WatchMaker watchMaker
  • Constructor Details

    • PushAction

      public PushAction()
  • Method Details

    • getExpression

      public Expression getExpression()