public class PushToPull
extends java.lang.Object
It is used when an xsl:stream instruction is executed in pull mode, for example when it is called within a function. It is also used for the implicit xsl:stream instruction executed during streamed merging.
Constructor and Description |
---|
PushToPull(Pusher expression,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
SequenceIterator |
getIterator()
Get an iterator over the result of evaluating the supplied expression.
|
public PushToPull(Pusher expression, XPathContext context)
public SequenceIterator getIterator()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.