fr.jussieu.gla.wasa.monitor.xml
Class ReportReader.PruningElementHandler

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.monitor.xml.ReportReader.PruningElementHandler
All Implemented Interfaces:
org.dom4j.ElementHandler
Enclosing class:
ReportReader

public class ReportReader.PruningElementHandler
extends java.lang.Object
implements org.dom4j.ElementHandler


Constructor Summary
ReportReader.PruningElementHandler()
           
 
Method Summary
 void doEnd(org.dom4j.ElementPath elementPath)
           
 void onEnd(org.dom4j.ElementPath elementPath)
           
 void onStart(org.dom4j.ElementPath elementPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportReader.PruningElementHandler

public ReportReader.PruningElementHandler()
Method Detail

onStart

public void onStart(org.dom4j.ElementPath elementPath)
Specified by:
onStart in interface org.dom4j.ElementHandler

onEnd

public final void onEnd(org.dom4j.ElementPath elementPath)
Specified by:
onEnd in interface org.dom4j.ElementHandler

doEnd

public void doEnd(org.dom4j.ElementPath elementPath)