public class ForEachGroupAdjunct extends ForEachAdjunct
| Constructor and Description |
|---|
ForEachGroupAdjunct() |
| Modifier and Type | Method and Description |
|---|---|
PostureAndSweep |
computeStreamability(ContextItemStaticInfoEE contextInfo,
java.util.List<java.lang.String> reasons)
Get the "sweep" of this expression as defined in the W3C streamability specifications.
|
WatchMaker |
getWatchMaker(boolean forGrouping)
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
|
static GroupBoundaryTester |
makeBoundaryTester(ForEachGroup instruction,
XPathContext populationContext) |
Feed |
makeItemFeed(WatchManager watchManager,
Feed out,
XPathContext context) |
getActionInversion, getStreamability, toStreamingPatternmakeTransmissionFlowgetConfiguration, getDefaultFeedMaker, getExpression, getFeedMaker, makeStreamingAdjunct, setConfiguration, setExpressionpublic PostureAndSweep computeStreamability(ContextItemStaticInfoEE contextInfo, java.util.List<java.lang.String> reasons)
computeStreamability in class ForEachAdjunctcontextInfo - whatever is known statically about the context itemreasons - return parameter to hold reasons for non-streamability @return the posture and sweeppublic WatchMaker getWatchMaker(boolean forGrouping) throws XPathException
StreamingAdjunctExpression.WATCH_METHODgetWatchMaker in class ForEachAdjunctforGrouping - true if the selected items are being groupedXPathException - in the event of a failurepublic Feed makeItemFeed(WatchManager watchManager, Feed out, XPathContext context) throws XPathException
makeItemFeed in interface FeedMakermakeItemFeed in class ForEachAdjunctXPathExceptionpublic static GroupBoundaryTester makeBoundaryTester(ForEachGroup instruction, XPathContext populationContext)
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.