de.pannenleiter.tbug.saxon
Class SaxonStyleSheet

java.lang.Object
  |
  +--de.pannenleiter.tbug.saxon.SaxonSourceSheet
        |
        +--de.pannenleiter.tbug.saxon.SaxonStyleSheet
All Implemented Interfaces:
SourceSheet, StyleSheet

public class SaxonStyleSheet
extends SaxonSourceSheet
implements StyleSheet

SaxonStyleSheet -- proxy to interact with a stylesheet


Fields inherited from class de.pannenleiter.tbug.saxon.SaxonSourceSheet
debugger, myText, systemId
 
Constructor Summary
SaxonStyleSheet(java.lang.String systemId, ThreadManager debugger)
           
 
Method Summary
 StyleSheet[] getImports()
           
 
Methods inherited from class de.pannenleiter.tbug.saxon.SaxonSourceSheet
clearBreakpoint, getDocument, getSystemId, getText, setBreakpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.pannenleiter.tbug.hook.SourceSheet
clearBreakpoint, getDocument, getSystemId, getText, setBreakpoint
 

Constructor Detail

SaxonStyleSheet

public SaxonStyleSheet(java.lang.String systemId,
                       ThreadManager debugger)
Method Detail

getImports

public StyleSheet[] getImports()
                        throws java.lang.Exception
Specified by:
getImports in interface StyleSheet