Fire the end of the document.

Property definitions

saxophonit $ XophonReaderModel :: fire_end_document
	# Fire the end of the document.
	fun fire_end_document do
		if content_handler != null then
			content_handler.end_document
		end
	end
lib/saxophonit/reader_model.nit:166,2--171,4