Construct an XML filter with the specified parent.

SEE: parent

Property definitions

sax $ XMLFilterImpl :: with_parent
	# Construct an XML filter with the specified parent.
	#
	# SEE: `parent`
	init with_parent(parent_reader: XMLReader) do
		parent = parent_reader
	end
lib/sax/helpers/xml_filter_impl.nit:69,2--74,4