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