tagToString.getRemovedDescription(txt);
htmlLayoutChanges.add(tagToString.getHtmlLayoutChange());
}
private void addTagNew(ChangeText txt, TagNode ancestor) {
TagToString tagToString = factory.create(ancestor, locale);
tagToString.getAddedDescription(txt);
htmlLayoutChanges.add(tagToString.getHtmlLayoutChange());
}