endingForm.setParent(parentForm);
for (MeiNode child : ending.getRegsAndSuppliedsAndCurves()) {
BasicElement handleEndingContent = handleMeiElement(child,
endingForm);
if (handleEndingContent != null)
endingForm.addChild(handleEndingContent);
}
return endingForm;
}