Converts a sequence of XmlEvent objects to XmlNode objects.
XmlEvent
Stream<List<XmlNode>> toXmlNodes() => transform(const XmlNodeDecoder());