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