Makes associated state become collectible, invalidating this context.

parent= must be called before this context may be used again.

Property definitions

sax $ Context :: clear
	# Makes associated state become collectible, invalidating this context.
	#
	# `parent=` must be called before this context may be used again.
	fun clear do
		p_parent = null
		prefix_table = null
		element_name_table = null
		attribute_name_table = null
		default_ns = null
		declarations = null
	end
lib/sax/helpers/namespace_support.nit:450,2--460,4