Qizx/Open v0.4

net.xfra.qizxopen.xquery
Interface XQueryProcessor.PauseHandler

Enclosing interface:
XQueryProcessor

public static interface XQueryProcessor.PauseHandler

An object used to pause execution. See XQueryProcessor.pauseExecution(net.xfra.qizxopen.xquery.XQueryProcessor.PauseHandler).


Method Summary
 void pauseAt(EvalContext ctx)
          Called when the pause request is detected.
 

Method Detail

pauseAt

public void pauseAt(EvalContext ctx)
Called when the pause request is detected. Passes the current evaluation context, which can be used for tracing the stack or printing the local variables.


 Copyright Xavier FRANC 2003-2004