Package com.saxonica.ee.stream.adjunct
Class OnNonEmptyAdjunct
java.lang.Object
com.saxonica.ee.stream.adjunct.StreamingAdjunct
com.saxonica.ee.stream.adjunct.TransmissionAdjunct
com.saxonica.ee.stream.adjunct.OnNonEmptyAdjunct
- All Implemented Interfaces:
FeedMaker
Generate streaming code for a consuming xsl:on-non-empty instruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeItemFeed
(WatchManager watchManager, ItemFeed out, XPathContext context) 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
-
Constructor Details
-
OnNonEmptyAdjunct
public OnNonEmptyAdjunct()
-
-
Method Details
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException - Throws:
XPathException
-