Package net.sf.saxon.trace
Class XSLTTraceCodeInjector
java.lang.Object
net.sf.saxon.trace.TraceCodeInjector
net.sf.saxon.trace.XSLTTraceCodeInjector
- All Implemented Interfaces:
CodeInjector
A code injector that wraps every expression (other than a literal) in a TraceExpression, which causes
a TraceListener to be notified when the expression is evaluated
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.trace.TraceCodeInjector
inject, injectClause, process
-
Constructor Details
-
XSLTTraceCodeInjector
public XSLTTraceCodeInjector()
-
-
Method Details
-
isApplicable
- Overrides:
isApplicable
in classTraceCodeInjector
-