*/
private static ContentNode renderSequence(
ReadableDocumentView<ContentNode, ContentElement, ContentTextNode> view,
ContentNode firstItem, ContentNode stopAt, Element dstParent,
SelectionMatcher selectionMatcher) {
NiceHtmlRenderer semanticHandler = getSemanticHandler(firstItem);
return semanticHandler.renderSequence(view, firstItem, stopAt, dstParent, selectionMatcher);
}