= private = protected
each_element( xpath=nil )
Synonym for Element.elements.each
# File lib/rexml/element.rb, line 393 def each_element( xpath=nil, &block ) # :yields: Element @elements.each( xpath, &block ) end