readImgRes

private fun readImgRes(parser: XmlPullParser): String

Parse the resource name of the help item's title image.

Uses readText to read text between tags.

Return

String that contains the resource name of the help item's title image.

Parameters

parser

is the XmlPullParser instance that was created in parse method.