jd.xml.xslt.trace
Class Tracer

java.lang.Object
  extended byjd.xml.xslt.trace.Tracer

public class Tracer
extends Object


Constructor Summary
Tracer()
           
 
Method Summary
 void end()
           
 void expression(Location location, Expression expr, String source)
           
 void pattern(Location location, Pattern pattern, String source)
           
 void start()
           
 void templateEnded(Location location, Template template, String instruction)
           
 void templateRuleEnded(Location location, TemplateRule rule)
           
 void templateRuleStarted(Location location, TemplateRule rule)
           
 void templateStarted(Location location, Template template, String instruction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tracer

public Tracer()
Method Detail

start

public void start()

end

public void end()

expression

public void expression(Location location,
                       Expression expr,
                       String source)

pattern

public void pattern(Location location,
                    Pattern pattern,
                    String source)

templateStarted

public void templateStarted(Location location,
                            Template template,
                            String instruction)

templateEnded

public void templateEnded(Location location,
                          Template template,
                          String instruction)

templateRuleStarted

public void templateRuleStarted(Location location,
                                TemplateRule rule)

templateRuleEnded

public void templateRuleEnded(Location location,
                              TemplateRule rule)