|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.om.NameTableImpl
com.jclark.xsl.tr.EngineImpl
public class EngineImpl
compiles a stylesheet from a (XSLT D)OM
Constructor Summary | |
---|---|
EngineImpl(XMLProcessor parser,
ExtensionHandler extensionHandler)
we'll keep track of the loader/processor for sheet creation time |
Method Summary | |
---|---|
Sheet |
createSheet(Node node)
complies the stylesheet from the parsed OM |
Sheet |
createSheet(Node node,
ActionDebugTarget debugger)
complies the stylesheet from the parsed OM providing a debugger |
ActionDebugTarget |
getDebugger()
are we instrumenting this transformer? |
boolean |
getIncludeComments()
include comment nodes? |
boolean |
getIncludeProcessingInstructions()
include processing instructions? |
NameTable |
getNameTable()
|
LoadContext |
getSheetLoadContext()
|
boolean |
getStripSource(Name elementTypeName)
white space handling |
Methods inherited from class com.jclark.xsl.om.NameTableImpl |
---|
createName, createName, getEmptyNamespacePrefixMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineImpl(XMLProcessor parser, ExtensionHandler extensionHandler)
Method Detail |
---|
public Sheet createSheet(Node node) throws java.io.IOException, XSLException
createSheet
in interface Engine
java.io.IOException
XSLException
public Sheet createSheet(Node node, ActionDebugTarget debugger) throws java.io.IOException, XSLException
createSheet
in interface Engine
java.io.IOException
XSLException
public boolean getStripSource(Name elementTypeName)
LoadContext
getStripSource
in interface LoadContext
public boolean getIncludeComments()
LoadContext
getIncludeComments
in interface LoadContext
public boolean getIncludeProcessingInstructions()
LoadContext
getIncludeProcessingInstructions
in interface LoadContext
public LoadContext getSheetLoadContext()
getSheetLoadContext
in interface Engine
public NameTable getNameTable()
getNameTable
in interface Engine
public ActionDebugTarget getDebugger()
LoadContext
getDebugger
in interface LoadContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |