contentNode.getRdgs().add(
(Rdg) handleScoreChild(contentChildForm,
saveAllVariants));
}
if (contentNode.isSetRdgs() && contentNode.getRdgs().isEmpty())
contentNode.unsetRdgs();
if (contentNode.isSetN() && contentNode.getN().isEmpty())
contentNode.setN(null);
if (!saveAllVariants) {
for (BasicElement contentChildForm : contentForm.getChildren()) {
if(contentChildForm instanceof ReadingForm && ((ReadingForm)contentChildForm).isActive() ) {