A transformer which transforms between a StAX-only pipeline and a SAX-only pipeline. The first
part of the pipeline have to be out of StAX-Components, where the second part have to be out of
SAX-components.
initiatePullProcessing()
Since the workflow in a pull pipeline is completely inverted compared to
for example a SAX pipeline, this method is required to push the
Starter.execute() to the Finisher which should start
processing.
Since the workflow in a pull pipeline is completely inverted compared to
for example a SAX pipeline, this method is required to push the
Starter.execute() to the Finisher which should start
processing.
Used to connect a consumer to it's producer. As to the nature of the
control inversion and pulling it is required to specify a parent, which
provides the consumer with events to consume. This function is called
when the pipeline sets it's consumers.