Essentially everyhting is based around the StylesheetEngine interface.
Reptile provides a few implementations of this interface including the
StreamStylesheetEngine.
The StylesheetEngine is responsible for dispatching all XSLT stylesheets
in a SequenceDispatchEntry and providing the results to the caller.
The StylesheetStack provides a 'stack' of stylesheets which are
processed by the StylesheetEngine as a FIFO queue.
|