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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PushToPull.Pusher |
| Constructor and Description |
|---|
PushToPull(PushToPull.Pusher expression,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
SequenceIterator<Item<?>> |
getIterator()
Get an iterator over the result of evaluating the supplied expression.
|
public PushToPull(PushToPull.Pusher expression, XPathContext context)
public SequenceIterator<Item<?>> getIterator()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.