com.jclark.xsl.tr
Interface Engine

All Known Implementing Classes:
EngineImpl

public interface Engine


Method Summary
 Sheet createSheet(Node node)
           
 NameTable getNameTable()
           
 LoadContext getSheetLoadContext()
           
 

Method Detail

getSheetLoadContext

public LoadContext getSheetLoadContext()

createSheet

public Sheet createSheet(Node node)
                  throws java.io.IOException,
                         XSLException
java.io.IOException
XSLException

getNameTable

public NameTable getNameTable()