public ChangeTextGenerator(AncestorComparator ancestorComparator,
AncestorComparator other, Locale locale) {
this.ancestorComparator = ancestorComparator;
this.other = other;
this.factory = new TagToStringFactory();
this.locale = locale;
htmlLayoutChanges = new ArrayList<HtmlLayoutChange>();
}