Fire the appearance of a processing instruction.

Property definitions

saxophonit $ XophonReaderModel :: fire_processing_instruction
	# Fire the appearance of a processing instruction.
	fun fire_processing_instruction(target: String, data: nullable String) do
		if content_handler != null then
			content_handler.processing_instruction(target, data)
		end
	end
lib/saxophonit/reader_model.nit:278,2--283,4