groupBody.setType("group-body");
groupInstanceSection.addNode(groupBody);
// XOR: Either the detail or the group section can be set ..
if (detailSection != null)
{
groupBody.addNode(detailSection.getElement());
}
else if (childGroup != null)
{
groupBody.addNode(childGroup.getElement());
}