# File test/listenertest.rb, line 65 def parse( stringOrReadable ) @text = "" REXML::Document.parse_stream( stringOrReadable, self ) @text end