newGenericReader
Create a new XML reader with the given source node as starting point. This reader is generic.
Return
A platform independent XmlReader, generally nl.adaptivity.xmlutil.core.KtXmlReader
Parameters
inputStream
The inputstream to read
Create a new XML reader with the given source node as starting point. This reader is generic. This would does charset detection using BOM for UTF variants and the xml declaration.
Return
A platform independent XmlReader, generally nl.adaptivity.xmlutil.core.KtXmlReader
Parameters
inputStream
The inputstream to read
encoding
The character encoding used
