Package-level declarations

Core package for generic functions integrating xmlutil.core with kotlinx.io

Core package for generic functions integrating xmlutil.core with kotlinx.io

Core package for generic functions integrating xmlutil.core with kotlinx.io

Core package for generic functions integrating xmlutil.core with kotlinx.io

Functions

Link copied to clipboard
actual fun IXmlStreaming.newGenericReader(source: Source): XmlReader

Create a new generic reader for the given source.

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

Create a new generic reader for the given source.

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

Create a new generic reader for the given source. This version is implemented through string.

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

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

Link copied to clipboard
actual fun IXmlStreaming.newGenericWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new generic writer for the given sink.

expect fun IXmlStreaming.newGenericWriter(target: Sink, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter

Create a new generic writer for the given sink.

actual fun IXmlStreaming.newGenericWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new generic writer for the given sink.

actual fun IXmlStreaming.newGenericWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new generic writer for the given sink (as java.io.OutputStream).

Link copied to clipboard
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).

Link copied to clipboard
actual fun IXmlStreaming.newWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new (platform specific) writer for the given sink.

expect fun IXmlStreaming.newWriter(target: Sink, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter

Create a new (platform specific) writer for the given sink.

actual fun IXmlStreaming.newWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new (platform specific) writer for the given sink.

actual fun IXmlStreaming.newWriter(target: Sink, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter

Create a new (platform specific) writer for the given sink (as java.io.OutputStream).