com.jclark.xsl.tr

Interface LoadContext

public interface LoadContext

maintains a list of a few options for how a XMLProcessor constructs an object model
Method Summary
ActionDebugTargetgetDebugger()
are we instrumenting this transformer?
booleangetIncludeComments()
include comment nodes?
booleangetIncludeProcessingInstructions()
include processing instructions?
booleangetStripSource(Name elementTypeName)
white space handling

Method Detail

getDebugger

public ActionDebugTarget getDebugger()
are we instrumenting this transformer?

getIncludeComments

public boolean getIncludeComments()
include comment nodes?

getIncludeProcessingInstructions

public boolean getIncludeProcessingInstructions()
include processing instructions?

getStripSource

public boolean getStripSource(Name elementTypeName)
white space handling