Uses of Class
org.apache.fop.apps.InputHandler

Packages that use InputHandler
org.apache.fop.apps   
 

Uses of InputHandler in org.apache.fop.apps
 

Subclasses of InputHandler in org.apache.fop.apps
 class FOInputHandler
          Manages input if it is an xsl:fo file
 class TraxInputHandler
          XSLTInputHandler basically takes an xml source and transforms it with an xslt source and the resulting xsl:fo document is input for Fop.
 class XSLTInputHandler
          XSLTInputHandler takes an XML input, transforms it with XSLT and provides the resulting xsl:fo document as input for the FOP driver.
 

Methods in org.apache.fop.apps that return InputHandler
 InputHandler CommandLineOptions.getInputHandler()
           
 

Methods in org.apache.fop.apps with parameters of type InputHandler
 void Starter.setInputHandler(InputHandler inputHandler)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.