Package com.saxonica.ee.stream.adjunct
Class CopyOfAdjunct
java.lang.Object
com.saxonica.ee.stream.adjunct.StreamingAdjunct
com.saxonica.ee.stream.adjunct.ComposingAdjunct
com.saxonica.ee.stream.adjunct.CopyOfAdjunct
- All Implemented Interfaces:
FeedMaker
- Direct Known Subclasses:
VariableReferenceAdjunct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeComposingAction(WatchManager watchManager, ItemFeed out, XPathContext context) Method that must be implemented in subclasses to supply the feed to which the composed items are sentmakeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) Methods inherited from class com.saxonica.ee.stream.adjunct.ComposingAdjunct
getWatchMakerMethods inherited from class com.saxonica.ee.stream.adjunct.StreamingAdjunct
computeStreamability, emptyAdjunctMap, findConsumingArg, genId, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, makeStreamingAdjunct, setConfiguration, setExpression, toStreamingPattern
-
Constructor Details
-
CopyOfAdjunct
public CopyOfAdjunct()
-
-
Method Details
-
makeComposingAction
Description copied from class:ComposingAdjunctMethod that must be implemented in subclasses to supply the feed to which the composed items are sent- Specified by:
makeComposingActionin classComposingAdjunct- Parameters:
watchManager- the watch managerout- the destination of composed itemscontext- XPath evaluation context- Returns:
- a the relevant ItemFeed
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException - Specified by:
makeItemFeedin interfaceFeedMaker- Throws:
XPathException
-