normalize method
void
normalize()
Puts all child nodes into a "normalized" form, that is no text nodes in the sub-tree are empty and there are no adjacent text nodes.
Implementation
void normalize() => accept(const XmlNormalizer());