}
private void pushTimepointElement(TimepointElement element,
ContentHandler handler) {
if (_currentSchedule == null)
throw new ParserException("location without basic schedule at "
+ describeLineLocation());
element.setSchedule(_currentSchedule);
_currentSchedule.getTimepoints().add(element);
fireElement(element, handler);
}