xTextCursor.gotoStart(false);
xTextCursor.goRight((short)1, true);
// insertTextContent with meta cursor and absorb
xText.insertTextContent(xTextCursor, xContent1, true);
xTextCursor.gotoEnd(false);
xTextCursor.goLeft((short)1, true);
xText.insertTextContent(xTextCursor, xContent2, true);
helper.postInserted(nod1, xContent1);
helper.postInserted(nod2, xContent2);