Set the document locator of the content handler, if needed.

Property definitions

saxophonit $ XophonReaderModel :: fire_document_locator
	# Set the document locator of the content handler, if needed.
	fun fire_document_locator do
		if content_handler != null then
			content_handler.document_locator = locator.as(not null)
		end
	end
lib/saxophonit/reader_model.nit:151,2--156,4