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