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