|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.stream.SequenceExchanger.Producer com.saxonica.stream.SequenceExchanger.EvaluationThread
public static class SequenceExchanger.EvaluationThread
EvaluationThread is a producer that evaluates an expression in "push" mode, writing the results to a Conduit.
Constructor Summary | |
---|---|
SequenceExchanger.EvaluationThread(Expression exp,
PipelineConfiguration pipe,
XPathContext context,
Conduit conduit)
Create an EvaluationThread |
Method Summary | |
---|---|
SequenceExchanger.Producer |
getAnother(Conduit conduit)
Make a copy of this Producer, evaluating the expression again starting at the beginning, and writing the results to a new Conduit |
void |
run()
Run the thread, evaluating the expression and writing its results to the Conduit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceExchanger.EvaluationThread(Expression exp, PipelineConfiguration pipe, XPathContext context, Conduit conduit)
exp
- the expression to be evaluatedpipe
- configuration information, for example the error listener to be usedcontext
- the evaluation context for the expressionconduit
- the conduit to which the expression results are to be writtenMethod Detail |
---|
public void run()
public SequenceExchanger.Producer getAnother(Conduit conduit)
getAnother
in class SequenceExchanger.Producer
conduit
- the new Conduit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |