//
// interval
//
if( qualifiedName.equals( "interval" ) ) {
currentStatEdge = null;
currentInterval = new StatInterval(
attributes.getValue( "id" ),
Integer.parseInt(attributes.getValue( "begin" )),
Integer.parseInt(attributes.getValue( "end" )));
}