de.pannenleiter.tbug.hook
Interface SourceSheet
- All Known Subinterfaces:
- StyleSheet
- All Known Implementing Classes:
- SaxonSourceSheet
- public interface SourceSheet
SourceSheet -- proxy to interact with a source
getSystemId
public java.lang.String getSystemId()
throws java.lang.Exception
getDocument
public Document getDocument()
throws java.lang.Exception
getText
public java.lang.String getText()
throws java.lang.Exception
setBreakpoint
public boolean setBreakpoint(int line)
throws java.lang.Exception
clearBreakpoint
public void clearBreakpoint(int line)
throws java.lang.Exception