Set the parent reader.

This method allows the application to link the filter to a parent reader (which may be another filter).

Property definitions

sax $ XMLFilter :: parent=
	# Set the parent reader.
	#
	# This method allows the application to link the filter to
	# a parent reader (which may be another filter).
	fun parent=(parent: nullable XMLReader) is abstract
lib/sax/xml_filter.nit:32,2--36,52

sax $ XMLFilterImpl :: parent=
	redef var parent = null is writable
lib/sax/helpers/xml_filter_impl.nit:45,2--36