# File lib/nokogiri/xml/reader.rb, line 105
      def each
        while cursor = self.read
          yield cursor
        end
      end