com.jclark.xsl.tr
Interface Engine

All Known Implementing Classes:
EngineImpl

public interface Engine

An engine, compiles a stylesheet


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

Method Detail

getSheetLoadContext

LoadContext getSheetLoadContext()

createSheet

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

createSheet

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

getNameTable

NameTable getNameTable()