Encodes a string to be serialized as XML text.
@override String encodeText(String input) => input.replaceAllMapped(_textPattern, _textReplace);