Class ImageInputHandler

java.lang.Object
org.apache.fop.cli.InputHandler
org.apache.fop.cli.ImageInputHandler
All Implemented Interfaces:
ErrorListener, Renderable

public class ImageInputHandler extends InputHandler
InputHandler for the images (for example TIFF) as input.
  • Constructor Details

    • ImageInputHandler

      public ImageInputHandler(File imagefile, File xsltfile, Vector params)
      Main constructor.
      Parameters:
      imagefile - the image file
      xsltfile - XSLT file (may be null in which case the default stylesheet is used)
      params - Vector of command-line parameters (name, value, name, value, ...) for XSL stylesheet, null if none
  • Method Details

    • createMainSource

      protected Source createMainSource()
      Creates a Source for the main input file. Processes XInclude if available in the XML parser.
      Overrides:
      createMainSource in class InputHandler
      Returns:
      the Source for the main input file
    • createXSLTSource

      protected Source createXSLTSource()
      Creates a Source for the selected stylesheet.
      Overrides:
      createXSLTSource in class InputHandler
      Returns:
      the Source for the selected stylesheet or null if there's no stylesheet