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
Streaming code for an fn:not() function call
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeItemFeed
(WatchManager watchManager, ItemFeed out, XPathContext context) Methods inherited from class com.saxonica.ee.stream.adjunct.InspectionAdjunct
getInspectionWatchMaker, getWatchMaker
Methods inherited from class com.saxonica.ee.stream.adjunct.StreamingAdjunct
computeStreamability, emptyAdjunctMap, findConsumingArg, genId, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, makeStreamingAdjunct, setConfiguration, setExpression, toStreamingPattern
-
Constructor Details
-
NotFnStreamer
public NotFnStreamer()
-
-
Method Details
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException - Specified by:
makeItemFeed
in interfaceFeedMaker
- Throws:
XPathException
-