Package com.saxonica.ee.stream.adjunct
Class InstanceOfAdjunct
java.lang.Object
com.saxonica.ee.stream.adjunct.StreamingAdjunct
com.saxonica.ee.stream.adjunct.InspectionAdjunct
com.saxonica.ee.stream.adjunct.InstanceOfAdjunct
- All Implemented Interfaces:
FeedMaker
Generate streaming code for an "instance of" expression
-
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
-
InstanceOfAdjunct
public InstanceOfAdjunct()
-
-
Method Details
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException - Specified by:
makeItemFeed
in interfaceFeedMaker
- Throws:
XPathException
-