Package-level declarations
Core package for a wrapper that provides XML pull parsing access. Note that the implementations may do some adjustments beyond what is provided by the underlying implementation to improve compatibility across platforms. The access point to the package/module is (xmlStreaming)nl.adaptivity.xml.xmlStreaming.
Types
Link copied to clipboard
An implementation of XmlReader based upon the JDK StAX implementation.
Link copied to clipboard
Link copied to clipboard
class StAXWriter(val delegate: XMLStreamWriter, val xmlDeclMode: XmlDeclMode = XmlDeclMode.None, val autoCloseEmpty: Boolean = true, val xmlVersionHint: XmlVersion? = null) : XmlWriter
An implementation of XmlWriter that uses an underlying stax writer.
