de.pannenleiter.tbug.hook
Interface XSLThread

All Known Implementing Classes:
SaxonThread

public interface XSLThread

XSLThread -- controls the execution of a stopped thread


Field Summary
static int STATE_BEGIN_SOURCE
           
static int STATE_BEGIN_STYLE
           
static int STATE_END
           
static int STATE_END_SOURCE
           
static int STATE_END_STYLE
           
static int STATE_START
           
 
Method Summary
 SourceFrame[] dumpSourceStack()
           
 StyleFrame[] dumpStyleStack()
           
 int getCurrentSourceIndex()
           
 int getCurrentStyleIndex()
           
 SourceFrame getSourceFrame(int idx)
           
 int getState()
           
 StyleFrame getStyleFrame(int idx)
           
 void resume()
           
 void step()
           
 void stepEnd()
           
 void stepOver()
           
 

Field Detail

STATE_START

public static final int STATE_START

STATE_END

public static final int STATE_END

STATE_BEGIN_SOURCE

public static final int STATE_BEGIN_SOURCE

STATE_END_SOURCE

public static final int STATE_END_SOURCE

STATE_BEGIN_STYLE

public static final int STATE_BEGIN_STYLE

STATE_END_STYLE

public static final int STATE_END_STYLE
Method Detail

getState

public int getState()
             throws java.lang.Exception

resume

public void resume()
            throws java.lang.Exception

step

public void step()
          throws java.lang.Exception

stepOver

public void stepOver()
              throws java.lang.Exception

stepEnd

public void stepEnd()
             throws java.lang.Exception

getCurrentSourceIndex

public int getCurrentSourceIndex()
                          throws java.lang.Exception

getCurrentStyleIndex

public int getCurrentStyleIndex()
                         throws java.lang.Exception

dumpSourceStack

public SourceFrame[] dumpSourceStack()
                              throws java.lang.Exception

getSourceFrame

public SourceFrame getSourceFrame(int idx)
                           throws java.lang.Exception

dumpStyleStack

public StyleFrame[] dumpStyleStack()
                            throws java.lang.Exception

getStyleFrame

public StyleFrame getStyleFrame(int idx)
                         throws java.lang.Exception