it.haefelinger.flaka
Class XmlLogger.TimedElement

java.lang.Object
  extended by it.haefelinger.flaka.XmlLogger.TimedElement
Enclosing class:
XmlLogger

protected static class XmlLogger.TimedElement
extends Object

Utility class representing the time an element started.


Field Summary
protected  Element element
          Element created at the start time.
protected  long startTime
          Start time in milliseconds (as returned by System.currentTimeMillis()).
 
Constructor Summary
protected XmlLogger.TimedElement()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startTime

protected long startTime
Start time in milliseconds (as returned by System.currentTimeMillis()).


element

protected Element element
Element created at the start time.

Constructor Detail

XmlLogger.TimedElement

protected XmlLogger.TimedElement()
Method Detail

toString

public String toString()
Overrides:
toString in class Object