com.jclark.xsl.tr
Class EngineImpl
java.lang.Object
|
+--com.jclark.xsl.om.NameTableImpl
|
+--com.jclark.xsl.tr.EngineImpl
- All Implemented Interfaces:
- Engine, LoadContext, NameTable
- public class EngineImpl
- extends NameTableImpl
- implements Engine, LoadContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineImpl
public EngineImpl(XMLProcessor parser,
ExtensionHandler extensionHandler)
createSheet
public Sheet createSheet(Node node)
throws java.io.IOException,
XSLException
- Specified by:
createSheet
in interface Engine
java.io.IOException
XSLException
getStripSource
public boolean getStripSource(Name elementTypeName)
- Specified by:
getStripSource
in interface LoadContext
getIncludeComments
public boolean getIncludeComments()
- Specified by:
getIncludeComments
in interface LoadContext
getIncludeProcessingInstructions
public boolean getIncludeProcessingInstructions()
- Specified by:
getIncludeProcessingInstructions
in interface LoadContext
getSheetLoadContext
public LoadContext getSheetLoadContext()
- Specified by:
getSheetLoadContext
in interface Engine
getNameTable
public NameTable getNameTable()
- Specified by:
getNameTable
in interface Engine