Package com.saxonica.ee.stream
Class Inversion.PushAction
java.lang.Object
com.saxonica.ee.stream.Inversion.PushAction
- Enclosing class:
Inversion
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 Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expression
-
streamingChildSequence
public int streamingChildSequence -
adjunct
-
pushMethod
public int pushMethod -
feedMaker
-
watchMaker
-
-
Constructor Details
-
PushAction
public PushAction()
-
-
Method Details
-
getExpression
-