Package org.apache.tools.ant.taskdefs
Class XSLTProcess.TraceConfiguration
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.TraceConfiguration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTrue if the listener is to print events that occur as each node is 'executed' in the stylesheet.booleanTrue if the listener is to print information after each extension event.booleanTrue if the listener is to print information after each result-tree generation event.The stream to write traces to.booleanTrue if the listener is to print information after each selection event.booleanTrue if the listener is to print an event whenever a template is invoked.voidsetElements(boolean b) Set to true if the listener is to print events that occur as each node is 'executed' in the stylesheet.voidsetExtension(boolean b) Set to true if the listener is to print information after each extension event.voidsetGeneration(boolean b) Set to true if the listener is to print information after each result-tree generation event.voidsetSelection(boolean b) Set to true if the listener is to print information after each selection event.voidsetTemplates(boolean b) Set to true if the listener is to print an event whenever a template is invoked.
- 
Constructor Details- 
TraceConfigurationpublic TraceConfiguration()
 
- 
- 
Method Details- 
setElementspublic void setElements(boolean b) Set to true if the listener is to print events that occur as each node is 'executed' in the stylesheet.- Parameters:
- b- boolean
 
- 
getElementspublic boolean getElements()True if the listener is to print events that occur as each node is 'executed' in the stylesheet.- Returns:
- boolean
 
- 
setExtensionpublic void setExtension(boolean b) Set to true if the listener is to print information after each extension event.- Parameters:
- b- boolean
 
- 
getExtensionpublic boolean getExtension()True if the listener is to print information after each extension event.- Returns:
- boolean
 
- 
setGenerationpublic void setGeneration(boolean b) Set to true if the listener is to print information after each result-tree generation event.- Parameters:
- b- boolean
 
- 
getGenerationpublic boolean getGeneration()True if the listener is to print information after each result-tree generation event.- Returns:
- boolean
 
- 
setSelectionpublic void setSelection(boolean b) Set to true if the listener is to print information after each selection event.- Parameters:
- b- boolean
 
- 
getSelectionpublic boolean getSelection()True if the listener is to print information after each selection event.- Returns:
- boolean
 
- 
setTemplatespublic void setTemplates(boolean b) Set to true if the listener is to print an event whenever a template is invoked.- Parameters:
- b- boolean
 
- 
getTemplatespublic boolean getTemplates()True if the listener is to print an event whenever a template is invoked.- Returns:
- boolean
 
- 
getOutputStream
 
-