Class MIFHandler


  • public class MIFHandler
    extends FOEventHandler
    The MIF Handler. This generates MIF output using the structure events from the FO Tree sent to this structure handler. This builds an MIF file and writes it to the output.
    • Field Detail

      • log

        private static org.apache.commons.logging.Log log
        Logger
      • mifFile

        protected MIFFile mifFile
        the MIFFile instance
      • outStream

        protected java.io.OutputStream outStream
        the OutputStream to write to
    • Constructor Detail

      • MIFHandler

        public MIFHandler​(FOUserAgent ua,
                          java.io.OutputStream os)
        Creates a new MIF handler on a given OutputStream.
        Parameters:
        ua - FOUserAgent instance for this process
        os - OutputStream to write to