org.apache.fop.apps
Class FOInputHandler

java.lang.Object
  extended by org.apache.fop.apps.InputHandler
      extended by org.apache.fop.apps.FOInputHandler

public class FOInputHandler
extends InputHandler

Manages input if it is an xsl:fo file


Constructor Summary
FOInputHandler(File fofile)
           
FOInputHandler(URL url)
           
 
Method Summary
 InputSource getInputSource()
           
 XMLReader getParser()
           
 void run(Driver driver)
           
 
Methods inherited from class org.apache.fop.apps.InputHandler
createParser, fileInputSource, urlInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FOInputHandler

public FOInputHandler(File fofile)

FOInputHandler

public FOInputHandler(URL url)
Method Detail

getInputSource

public InputSource getInputSource()
Specified by:
getInputSource in class InputHandler

getParser

public XMLReader getParser()
                    throws FOPException
Specified by:
getParser in class InputHandler
Throws:
FOPException

run

public void run(Driver driver)
         throws FOPException
Specified by:
run in class InputHandler
Throws:
FOPException


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