Turn the source into an XML element.
@override XMLNode toXml() { return XMLNode.xmlns( tag: 'url-data', xmlns: urlDataXmlns, attributes: <String, String>{ 'target': url, }, ); }