# File rexml/element.rb, line 1018
  def length
			c = 0
			each_attribute { c+=1}
			c
		end