Fire the start of an attribute list.

Property definitions

saxophonit $ XophonReaderModel :: fire_start_attributes
	# Fire the start of an attribute list.
	fun fire_start_attributes do
		atts.clear
		ns.push_context
	end
lib/saxophonit/reader_model.nit:173,2--177,4