public class SequenceExchanger extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SequenceExchanger.Consumer
The Consumer is a SequenceIterator that reads a sequence of items from the Conduit: that
is, it allows its caller to make a sequence of calls on next(), each of which will return the
next item pushed onto the Conduit by the corresponding Producer.
|
static class |
SequenceExchanger.EvaluationThread
EvaluationThread is a producer that evaluates an expression in "push" mode, writing the results
to a Conduit.
|
static class |
SequenceExchanger.Producer
The class Producer represents the thread that pushes items onto the Conduit.
|
static class |
SequenceExchanger.SequencePusher
A SequenceReceiver that accepts a sequence of events and writes them to a Conduit
|
Constructor and Description |
---|
SequenceExchanger() |
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.