Converts input and returns the result of the conversion.
input
@override int? convert(XmlElement input) { return int.tryParse(input.innerText.trim().split(" ")[1]); }