newReader

actual fun IXmlStreaming.newReader(source: Source): XmlReader

Create a new (platform specific) reader for the given source.

expect fun IXmlStreaming.newReader(source: Source): XmlReader

Create a new (platform specific) reader for the given source.

actual fun IXmlStreaming.newReader(source: Source): XmlReader

Create a new (platform specific) reader for the given source. This version is implemented through string.

actual fun IXmlStreaming.newReader(source: Source): XmlReader

Create a new (platform specific) reader for the given source (as java.io.InputStream).