newReader
open override fun newReader(inputStream: InputStream, encoding: String): <Error class: unknown class>
Deprecated
Use extension functions on IXmlStreaming
Deprecated
Note that sources are inefficient and poorly designed, relying on runtime types
Deprecated
Use the version taking a CharSequence
Replace with
import nl.adaptivity.xmlutil.XmlStreaming.newReader
Content copied to clipboard
newReader(input as CharSequence)
Content copied to clipboard