public StringReader(text as String):
Creates a reader over a string.
reader = StringReader("<root/>") print(reader.readAllText())