XmlStreaming
Deprecated
Don't use directly
Replace with
import nl.adaptivity.xmlutil.xmlStreaming
import nl.adaptivity.xmlutil.newWriter
import nl.adaptivity.xmlutil.newGenericWriter
Content copied to clipboard
xmlStreaming
Content copied to clipboard
This class is the entry point for creating XmlReader and XmlWriter instances. Some interfaces are common, others are limited to some architectures.
Deprecated
Don't use directly
Replace with
import nl.adaptivity.xmlutil.xmlStreaming
import nl.adaptivity.xmlutil.newWriter
import nl.adaptivity.xmlutil.newGenericWriter
Content copied to clipboard
xmlStreaming
Content copied to clipboard
This class is the entry point for creating XmlReader and XmlWriter instances. Some interfaces are common, others are limited to some architectures.
Deprecated
Don't use directly
Replace with
import nl.adaptivity.xmlutil.xmlStreaming
import nl.adaptivity.xmlutil.newWriter
import nl.adaptivity.xmlutil.newGenericWriter
Content copied to clipboard
xmlStreaming
Content copied to clipboard
Deprecated
Don't use directly
Replace with
import nl.adaptivity.xmlutil.xmlStreaming
import nl.adaptivity.xmlutil.newWriter
import nl.adaptivity.xmlutil.newGenericWriter
Content copied to clipboard
xmlStreaming
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun newGenericReader(inputStream: InputStream, encoding: String? = null): <Error class: unknown class>
Link copied to clipboard
actual fun newGenericWriter(output: Appendable, isRepairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): KtXmlWriter
expect fun newGenericWriter(output: Appendable, isRepairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): KtXmlWriter
actual fun newGenericWriter(output: Appendable, isRepairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): KtXmlWriter
Link copied to clipboard
fun IXmlStreaming.newGenericWriter(output: Appendable, isRepairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): KtXmlWriter
Link copied to clipboard
open override fun newReader(inputStream: InputStream, encoding: String): <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
actual fun newWriter(output: Appendable, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
actual fun newWriter(writer: Writer, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
expect fun newWriter(output: Appendable, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter
expect fun newWriter(writer: Writer, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter
actual fun newWriter(output: Appendable, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
actual fun newWriter(writer: Writer, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
open override fun newWriter(result: Result, repairNamespaces: Boolean): <Error class: unknown class>
fun newWriter(outputStream: OutputStream, encoding: String, repairNamespaces: Boolean): <Error class: unknown class>
Link copied to clipboard
actual fun IXmlStreaming.newWriter(output: Appendable, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
actual fun IXmlStreaming.newWriter(writer: Writer, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
expect fun IXmlStreaming.newWriter(output: Appendable, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter
expect fun IXmlStreaming.newWriter(writer: Writer, repairNamespaces: Boolean = false, xmlDeclMode: XmlDeclMode = XmlDeclMode.None): XmlWriter
actual fun IXmlStreaming.newWriter(output: Appendable, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
actual fun IXmlStreaming.newWriter(writer: Writer, repairNamespaces: Boolean, xmlDeclMode: XmlDeclMode): XmlWriter
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard