Converts a String to a sequence of XmlEvent objects.
Stream<List<XmlEvent>> toXmlEvents({XmlEntityMapping? entityMapping}) => transform(XmlEventDecoder(entityMapping: entityMapping));