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

Android version of the streaming factory.

Link copied to clipboard
class AndroidXmlReader(val parser: XmlPullParser, val expandEntities: Boolean) : XmlReader

And XMLReader implementation that works on Android