# File rexml/element.rb, line 1066
  def each
			each_attribute do |attr|
				yield attr.expanded_name, attr.value
			end
		end