XmlReader.readString
string readString() @safeReturns the string value of the current event's content. If on START_ELEMENT, it reads until matching END_ELEMENT and returns concatenated text.
string readString() @safeReturns the string value of the current event's content. If on START_ELEMENT, it reads until matching END_ELEMENT and returns concatenated text.