}
final Locale locale = null;
final Vocabulary resources = Vocabulary.getResources(locale);
final TableWriter table = new TableWriter(out, 0);
table.setMultiLinesCells(true);
table.writeHorizontalSeparator();
table.setAlignment(TableWriter.ALIGN_RIGHT);
if (sourcePosition != null) {
table.write(resources.getLabel(VocabularyKeys.SOURCE_POINT));
print(sourcePosition, table);
print(transformedSource, table);