public class EngineImpl extends NameTableImpl implements Engine, LoadContext
| Constructor and Description |
|---|
EngineImpl(XMLProcessor parser,
ExtensionHandler extensionHandler) |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
createSheet(Node node) |
boolean |
getIncludeComments() |
boolean |
getIncludeProcessingInstructions() |
NameTable |
getNameTable() |
LoadContext |
getSheetLoadContext() |
boolean |
getStripSource(Name elementTypeName) |
createName, createName, getEmptyNamespacePrefixMappublic EngineImpl(XMLProcessor parser, ExtensionHandler extensionHandler)
public Sheet createSheet(Node node) throws java.io.IOException, XSLException
createSheet in interface Enginejava.io.IOExceptionXSLExceptionpublic boolean getStripSource(Name elementTypeName)
getStripSource in interface LoadContextpublic boolean getIncludeComments()
getIncludeComments in interface LoadContextpublic boolean getIncludeProcessingInstructions()
getIncludeProcessingInstructions in interface LoadContextpublic LoadContext getSheetLoadContext()
getSheetLoadContext in interface Enginepublic NameTable getNameTable()
getNameTable in interface Engine