Converts input and returns the result of the conversion.
input
@override Uri? convert(XmlElement input) { return Uri.tryParse(input.innerText.trim()); }