toXmlEvents method

Stream<List<XmlEvent>> toXmlEvents()

Converts a sequence of XmlNode objects to XmlEvent objects.

Implementation

Stream<List<XmlEvent>> toXmlEvents() => transform(const XmlNodeEncoder());