返回语法元素对象的地址,该对象是指定的语法元素的最后一个子代。
CciElement* cniLastChild( int* returnCode, CciElement* targetElement);
bodyChild = cniLastChild(&rc, outRootElement);