readHelpItem

private fun readHelpItem(parser: XmlPullParser): HelpDataTagged

Parses contents of one helpItem.

If a , or tag is found, corresponding read methods are called. Returns HelpDataTagged instance.

Parameters

parser

is the XmlPullParser instance that was created in parse method.