Package com.saxonica.ee.stream.adjunct
Class NotFnStreamer
- java.lang.Object
- 
- com.saxonica.ee.stream.adjunct.StreamingAdjunct
- 
- com.saxonica.ee.stream.adjunct.InspectionAdjunct
- 
- com.saxonica.ee.stream.adjunct.NotFnStreamer
 
 
 
- 
- All Implemented Interfaces:
- FeedMaker
 
 public class NotFnStreamer extends InspectionAdjunct implements FeedMaker Streaming code for an fn:not() function call
- 
- 
Constructor SummaryConstructors Constructor Description NotFnStreamer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemFeedmakeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context)- 
Methods inherited from class com.saxonica.ee.stream.adjunct.InspectionAdjunctgetInspectionWatchMaker, getWatchMaker
 - 
Methods inherited from class com.saxonica.ee.stream.adjunct.StreamingAdjunctcomputeStreamability, emptyAdjunctMap, findConsumingArg, genId, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, makeStreamingAdjunct, setConfiguration, setExpression, toStreamingPattern
 
- 
 
- 
- 
- 
Method Detail- 
makeItemFeedpublic ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException - Specified by:
- makeItemFeedin interface- FeedMaker
- Throws:
- XPathException
 
 
- 
 
-