public final class XSLTProcess.TraceConfiguration
extends java.lang.Object
| Constructor and Description | 
|---|
| TraceConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getElements()True if the listener is to print events that occur as each
 node is 'executed' in the stylesheet. | 
| boolean | getExtension()True if the listener is to print information after each
 extension event. | 
| boolean | getGeneration()True if the listener is to print information after each
 result-tree generation event. | 
| java.io.OutputStream | getOutputStream()The stream to write traces to. | 
| boolean | getSelection()True if the listener is to print information after each
 selection event. | 
| boolean | getTemplates()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. | 
public void setElements(boolean b)
b - booleanpublic boolean getElements()
public void setExtension(boolean b)
b - booleanpublic boolean getExtension()
public void setGeneration(boolean b)
b - booleanpublic boolean getGeneration()
public void setSelection(boolean b)
b - booleanpublic boolean getSelection()
public void setTemplates(boolean b)
b - booleanpublic boolean getTemplates()
public java.io.OutputStream getOutputStream()