Visitor execution ordering.
Package Specification
This package defines interfaces for controlling the execution order of visitors
that are targetted at the same element selector.
The
Producer/
Consumer interfaces allows us to order the execution of multiple
Visitor instances, targetted at the same element selector, based on what the
Visitor
produces and/or consumes.