Class 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
    • Constructor Detail

      • XSLTTraceCodeInjector

        public XSLTTraceCodeInjector()
    • Method Detail

      • isTraceableExpression

        public static boolean isTraceableExpression​(Expression exp)
        Decide whether a particular expression should be traced when tracing XSLT stylesheet execution.