Fire the start of the document.

Property definitions

saxophonit $ XophonReaderModel :: fire_start_document
	# Fire the start of the document.
	fun fire_start_document do
		if content_handler != null then
			content_handler.start_document
		end
		ns.reset
	end
lib/saxophonit/reader_model.nit:158,2--164,4