toXmlString method
Converts a sequence of XmlEvent
objects to a String.
Implementation
Stream<String> toXmlString({XmlEntityMapping? entityMapping}) =>
transform(XmlEventEncoder(entityMapping: entityMapping));
Converts a sequence of XmlEvent
objects to a String.
Stream<String> toXmlString({XmlEntityMapping? entityMapping}) =>
transform(XmlEventEncoder(entityMapping: entityMapping));