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

LoadContext getSheetLoadContext()

createSheet

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

getNameTable

NameTable getNameTable()