public class SequenceExchanger extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SequenceExchanger.ConsumerThe 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.EvaluationThreadEvaluationThread is a producer that evaluates an expression in "push" mode, writing the results
 to a Conduit. | 
| static class  | SequenceExchanger.ProducerThe class Producer represents the thread that pushes items onto the Conduit. | 
| static class  | SequenceExchanger.SequencePusherA 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.