readXml

private fun readXml(parser: XmlPullParser): List<HelpDataTagged>

Process the Xml file.

Searches all helpitem tags and calls functions to process nested tags. Calls readHelpItem when helpitem tag is found to read and process everything which is inside the opening and closing helpitem tags Calls skip to skip all other (unknown) tags.

Parameters

parser

is the XmlPullParser instance that was created in parse method.