# File src/rexml/source.rb, line 155
                def read
                        begin
                                str = @source.readline('>')
                                str = decode(str) if @to_utf and str 
                                @buffer << str
                        rescue Exception, NameError
                                @source = nil
                        end
                end