readTitleRes

private fun readTitleRes(parser: XmlPullParser): String

Parse the resource name of the help item's titile.

Uses readText to read text between tags.

Return

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

Parameters

parser

is the XmlPullParser instance that was created in parse method.