addAttributes(txt, node.getAttributes());
txt.addText(".");
}
public void getAddedDescription(ChangeText txt) {
htmlLayoutChange = new HtmlLayoutChange();
htmlLayoutChange.setEndingTag(node.getEndTag());
htmlLayoutChange.setOpeningTag(node.getOpeningTag());
htmlLayoutChange.setType(Type.TAG_ADDED);
if (sem == TagChangeSematic.MOVED) {
txt.addText(getMovedTo() + " " + getArticle().toLowerCase() + " ");