com.jclark.xsl.tr
Interface LoadContext

All Known Implementing Classes:
EngineImpl, SheetImpl

public interface LoadContext

maintains a list of a few options for how a XMLProcessor constructs an object model


Method Summary
 ActionDebugTarget getDebugger()
          are we instrumenting this transformer?
 boolean getIncludeComments()
          include comment nodes?
 boolean getIncludeProcessingInstructions()
          include processing instructions?
 boolean getStripSource(Name elementTypeName)
          white space handling
 

Method Detail

getStripSource

boolean getStripSource(Name elementTypeName)
white space handling


getIncludeComments

boolean getIncludeComments()
include comment nodes?


getIncludeProcessingInstructions

boolean getIncludeProcessingInstructions()
include processing instructions?


getDebugger

ActionDebugTarget getDebugger()
are we instrumenting this transformer?