prefix
.
# Fire the end of the current mapping of `prefix`.
private fun end_prefix_mapping(prefix: String) do
if content_handler != null then
content_handler.end_prefix_mapping(prefix)
end
end
lib/saxophonit/reader_model.nit:266,2--271,4