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


Method Summary
 void clearBreakpoint(int line)
           
 Document getDocument()
           
 java.lang.String getSystemId()
           
 java.lang.String getText()
           
 boolean setBreakpoint(int line)
           
 

Method Detail

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