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
makeItemFeedMethods inherited from class com.saxonica.ee.stream.adjunct.TransmissionAdjunct
getWatchMaker, makeTransmissionFlowMethods 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:
makeFilterin 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
-