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 mergeing.
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 |
getIterator()
Get an iterator over the result of evaluating the supplied expression.
|
public PushToPull(PushToPull.Pusher expression, XPathContext context)
public SequenceIterator getIterator() throws XPathException
XPathException
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.