Class Processor

java.lang.Object
net.sourceforge.jeuclid.converter.Processor

public final class Processor extends Object
Contains the actual processing routines.

To use this class obtain an instance of the Processor singleton instance. Then use the process(Source, Result) function to process your Document.

This will replace all occurrences of MathML within fo:instream tags by the equivalent SVG code. It will also add a baseline-shift attribute so that the formula is in line with the rest of the text.

Version:
$Revision: 5a7becda9147 $