Package com.saxonica.ee.stream.adjunct
Class TailExpressionAdjunct
java.lang.Object
com.saxonica.ee.stream.adjunct.StreamingAdjunct
com.saxonica.ee.stream.adjunct.TransmissionAdjunct
com.saxonica.ee.stream.adjunct.FilteringAdjunct
com.saxonica.ee.stream.adjunct.TailExpressionAdjunct
- All Implemented Interfaces:
FeedMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeFilter
(XPathContext context, ItemFeed out) Make a filter for the event streamMethods inherited from class com.saxonica.ee.stream.adjunct.FilteringAdjunct
makeItemFeed
Methods inherited from class com.saxonica.ee.stream.adjunct.TransmissionAdjunct
getWatchMaker, makeTransmissionFlow
Methods inherited from class com.saxonica.ee.stream.adjunct.StreamingAdjunct
computeStreamability, emptyAdjunctMap, findConsumingArg, genId, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, makeStreamingAdjunct, setConfiguration, setExpression, toStreamingPattern
-
Constructor Details
-
TailExpressionAdjunct
public TailExpressionAdjunct()
-
-
Method Details
-
makeFilter
Make a filter for the event stream- Specified by:
makeFilter
in classFilteringAdjunct
- Parameters:
context
- the XPath dynamic contextout
- the feed to which matching items are to be sent- Returns:
- a filter that can be added to the event stream
-