Package-level declarations

Types

Link copied to clipboard

A utility class that helps with maintaining a namespace context in a parser. Created by pdvrieze on 16/11/15.

Link copied to clipboard
abstract class PlatformXmlWriterBase(indentSequence: Iterable<XmlEvent.TextEvent> = emptyList()) : XmlWriter

Base class for platform xml writers. It contains common code.

Link copied to clipboard
abstract class XmlStreamingJavaCommon

Common base for XmlStreaming that provides common additional methods available on jvm platforms that work with Java library types such as OutputStream, MPWriter, Reader, InputStream, etc..

Functions

Link copied to clipboard
fun <Error class: unknown class>.newReader(source: Source): <Error class: unknown class>
fun <Error class: unknown class>.newReader(inputStream: InputStream, encoding: String): <Error class: unknown class>
Link copied to clipboard
fun <Error class: unknown class>.newWriter(result: Result, repairNamespaces: Boolean = false): <Error class: unknown class>
fun <Error class: unknown class>.newWriter(outputStream: OutputStream, encoding: String, repairNamespaces: Boolean = false): <Error class: unknown class>
fun <Error class: unknown class>.newWriter(writer: Writer, repairNamespaces: Boolean = false, xmlDeclMode: <Error class: unknown class> = XmlDeclMode.None): <Error class: unknown class>