public void Destroy()
 {
     p1 = null;
     tlog.Info(tag, "Destroy() is called!");
 }
 public void Init()
 {
     tlog.Info(tag, "Init() is called!");
     p1 = new PruneIgnoredNodesVisitor();
 }