{
// expect a report control. The control will modifiy the current
// element (as we do not separate the elements that strictly ..)
if ("report-control".equals(tagName))
{
return new IgnoreAnyChildReadHandler();
}
if ("report-element".equals(tagName))
{
return new ReportElementReadHandler(contentElement);
}