# File lib/rgen/instantiator/ecore_xml_instantiator.rb, line 117
  def eAllAttributes(element)
    @eAllAttributes ||= {}
    @eAllAttributes[element.class] ||= element.class.ecore.eAllAttributes
  end