# File lib/celerity/htmlunit.rb, line 29
  def each
    0.upto(getLength - 1) do |idx|
      yield item(idx)
    end
  end