Clear the attribute list for reuse.

Property definitions

sax $ AttributesImpl :: clear
	# Clear the attribute list for reuse.
	fun clear do
		data.clear
		length = 0
	end
lib/sax/helpers/attributes_impl.nit:269,2--273,4