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
public class TailExpressionAdjunct extends FilteringAdjunct
-
-
Constructor Summary
Constructors Constructor Description TailExpressionAdjunct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilteringFeed.Filter
makeFilter(XPathContext context, ItemFeed out)
Make a filter for the event stream-
Methods 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
-
-
-
-
Method Detail
-
makeFilter
public FilteringFeed.Filter makeFilter(XPathContext context, ItemFeed out)
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
-
-