public abstract class TransmissionAdjunct extends StreamingAdjunct implements FeedMaker
| Constructor and Description | 
|---|
| TransmissionAdjunct() | 
| Modifier and Type | Method and Description | 
|---|---|
| WatchMaker | getWatchMaker(boolean forGrouping)Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
 in streaming mode. | 
| Trigger | makeTransmissionFlow(WatchManager watchManager,
                    Expression exp,
                    Feed out,
                    XPathContext context)Make a Trigger that implements this expression in streaming mode. | 
computeStreamability, getConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, setConfiguration, setExpression, toStreamingPatternclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeItemFeedpublic WatchMaker getWatchMaker(boolean forGrouping) throws XPathException
StreamingAdjunctExpression.WATCH_METHODgetWatchMaker in class StreamingAdjunctforGrouping - true if the selected items are being groupedXPathException - in the event of a failurepublic Trigger makeTransmissionFlow(WatchManager watchManager, Expression exp, Feed out, XPathContext context) throws XPathException
watchManager - the WatchManager that fires this triggerexp - the expressionout - the next action in the push pipeline for evaluationcontext - the XPath dynamic contextXPathException - if a dynamic evaluation error occurs.Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.