readTextRes

private fun readTextRes(parser: XmlPullParser): String

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

Uses readText to read text between tags.

Return

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

Parameters

parser

is the XmlPullParser instance that was created in parse method.