# File /home/ser/Work/rexml/rexml/element.rb, line 227
  def each_element( xpath=nil, &block )
			@elements.each( xpath, &block )
		end