# File temp/element.rb, line 392
    def each_element( xpath=nil, &block ) # :yields: Element
      @elements.each( xpath, &block )
    end