Helper class for rewriting structured text.
abstract class text rewriter
extends text visitor[text fragment]
protected abstract text fragment rewrite element(element id id, immutable dictionary[attribute id, attribute fragment] attributes, text fragment or null children)
protected override text fragment process attributes(list attribute fragment fragments)