Class: Archimate::FileFormats::Sax::ModelExchangeFile::ModelExchangeHandlerFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/archimate/file_formats/sax/model_exchange_file/model_exchange_handler_factory.rb

Instance Method Summary collapse

Instance Method Details

#handler_for(name, _attrs) ⇒ Object



46
47
48
# File 'lib/archimate/file_formats/sax/model_exchange_file/model_exchange_handler_factory.rb', line 46

def handler_for(name, _attrs)
  ELEMENT_CLASS[name]
end