# File tests/oasis.rb, line 53
    def parse(str); NQXML::StreamingParser.new(str).each{|e| e}; end