Package net.sf.saxon.trace
Class XSLTTraceCodeInjector
- java.lang.Object
-
- net.sf.saxon.trace.TraceCodeInjector
-
- net.sf.saxon.trace.XSLTTraceCodeInjector
-
- All Implemented Interfaces:
CodeInjector
public class XSLTTraceCodeInjector extends TraceCodeInjector
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
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.trace.TraceCodeInjector
traceLevel
-
-
Constructor Summary
Constructors Constructor Description XSLTTraceCodeInjector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isApplicable(Expression exp)
static boolean
isTraceableExpression(Expression exp)
Decide whether a particular expression should be traced when tracing XSLT stylesheet execution.-
Methods inherited from class net.sf.saxon.trace.TraceCodeInjector
inject, injectClause, process, setTraceLevel
-
-
-
-
Method Detail
-
isApplicable
protected boolean isApplicable(Expression exp)
- Overrides:
isApplicable
in classTraceCodeInjector
-
isTraceableExpression
public static boolean isTraceableExpression(Expression exp)
Decide whether a particular expression should be traced when tracing XSLT stylesheet execution.
-
-