.sourceforge.net/">Saxon 6.* implementation of callouts for verbatim environments. (It is used by the Verbatim class.)
The general design is this: the stylesheets construct a result tree fragment for some verbatim environment. The Verbatim class initializes a CalloutEmitter with information about the callouts that should be applied to the verbatim environment in question. Then the result tree fragment is "replayed" through the CalloutEmitter; the CalloutEmitter builds a new result tree fragment from this event stream, decorated with callouts, and that is returned.
Change Log:
- 1.0
Initial release.
@see Verbatim
@author Norman Walsh
ndw@nwalsh.com
@version $Id: CalloutEmitter.java,v 1.3 2006/04/27 08:26:47 xmldoc Exp $