de.pannenleiter.tbug.hook
Interface XSLThread
- All Known Implementing Classes:
- SaxonThread
- public interface XSLThread
XSLThread -- controls the execution of a stopped thread
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
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