com.jclark.xsl.tr

Interface LoadContext

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

boolean
getIncludeComments()
include comment nodes?
boolean
getIncludeProcessingInstructions()
include processing instructions?
boolean
getStripSource(Name elementTypeName)
white space handling

Method Details

getIncludeComments

public boolean getIncludeComments()
include comment nodes?

getIncludeProcessingInstructions

public boolean getIncludeProcessingInstructions()
include processing instructions?

getStripSource

public boolean getStripSource(Name elementTypeName)
white space handling