Fire the appearance of a text node.

Property definitions

saxophonit $ XophonReaderModel :: fire_characters
	# Fire the appearance of a text node.
	fun fire_characters(str: String) do
		if content_handler != null then
			content_handler.characters(str)
		end
	end
lib/saxophonit/reader_model.nit:295,2--300,4