Converts input and returns the result of the conversion.
input
@override List<XmlEvent> convert(List<XmlEvent> input) { print(">>> $input"); return input; }