Use this function to retrieve the address of the syntax element object that is the last child of the specified syntax element.
CciElement* cniLastChild(
int* returnCode,
CciElement* targetElement);
bodyChild = cniLastChild(&rc, outRootElement);