Package org.apache.tools.ant.taskdefs
Class XSLTProcess.TraceConfiguration
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.TraceConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
True if the listener is to print events that occur as each node is 'executed' in the stylesheet.boolean
True if the listener is to print information after each extension event.boolean
True if the listener is to print information after each result-tree generation event.The stream to write traces to.boolean
True if the listener is to print information after each selection event.boolean
True if the listener is to print an event whenever a template is invoked.void
setElements
(boolean b) Set to true if the listener is to print events that occur as each node is 'executed' in the stylesheet.void
setExtension
(boolean b) Set to true if the listener is to print information after each extension event.void
setGeneration
(boolean b) Set to true if the listener is to print information after each result-tree generation event.void
setSelection
(boolean b) Set to true if the listener is to print information after each selection event.void
setTemplates
(boolean b) Set to true if the listener is to print an event whenever a template is invoked.
-
Constructor Details
-
TraceConfiguration
public TraceConfiguration()
-
-
Method Details
-
setElements
public 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
-
getElements
public boolean getElements()True if the listener is to print events that occur as each node is 'executed' in the stylesheet.- Returns:
- boolean
-
setExtension
public void setExtension(boolean b) Set to true if the listener is to print information after each extension event.- Parameters:
b
- boolean
-
getExtension
public boolean getExtension()True if the listener is to print information after each extension event.- Returns:
- boolean
-
setGeneration
public void setGeneration(boolean b) Set to true if the listener is to print information after each result-tree generation event.- Parameters:
b
- boolean
-
getGeneration
public boolean getGeneration()True if the listener is to print information after each result-tree generation event.- Returns:
- boolean
-
setSelection
public void setSelection(boolean b) Set to true if the listener is to print information after each selection event.- Parameters:
b
- boolean
-
getSelection
public boolean getSelection()True if the listener is to print information after each selection event.- Returns:
- boolean
-
setTemplates
public void setTemplates(boolean b) Set to true if the listener is to print an event whenever a template is invoked.- Parameters:
b
- boolean
-
getTemplates
public boolean getTemplates()True if the listener is to print an event whenever a template is invoked.- Returns:
- boolean
-
getOutputStream
-