public class PushToPull extends 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.
Constructor and Description |
---|
PushToPull(Expression expression,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
SequenceIterator |
getIterator()
Get an iterator over the result of evaluating the supplied expression.
|
public PushToPull(Expression expression, XPathContext context)
public SequenceIterator getIterator() throws XPathException
XPathException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.