Class XSLTTraceListener

All Implemented Interfaces:
TraceListener

public class XSLTTraceListener extends AbstractTraceListener
A Simple trace listener for XSLT that writes messages (by default) to System.err
  • Constructor Details

    • XSLTTraceListener

      public XSLTTraceListener()
  • Method Details

    • getOpeningAttributes

      protected String getOpeningAttributes()
      Generate attributes to be included in the opening trace element
      Specified by:
      getOpeningAttributes in class AbstractTraceListener
    • tag

      protected String tag(Traceable info)
      Get the trace element tagname to be used for a particular construct. Return null for trace events that are ignored by this trace listener.
      Specified by:
      tag in class AbstractTraceListener
      Parameters:
      info - trace information
    • tagName

      public static String tagName(Traceable info)