*/
protected void doneParsing() throws SAXException
{
super.doneParsing();
final SubGroupBody body = getElement();
if (groupReadHandler != null)
{
body.setGroup(groupReadHandler.getElement());
}
else if (crosstabGroupReadHandler != null)
{
body.setGroup(crosstabGroupReadHandler.getElement());
}
else
{
throw new ParseException("Mandatory element 'group' or 'crosstab' was not found.");
}