// Merge the undo entry created if needed
if (_undoable && _mergeWithPreviousUndo) {
UndoStackAttribute undoInfo = UndoStackAttribute
.getUndoInfo(_context);
undoInfo.mergeTopTwo();
}
_postParse(_parser);
}
/** Do nothing. This is a strategy pattern method that is called