parse

fun parse(inputStream: InputStream?): List<HelpDataTagged>

Initializes XmlPullParser, starts parsing process and invokes readXml

Parameters

inputStream

is the /assets/helpdata.xml converted to inputStream. This is necessary to apply XmlPullParser on it.