org.apache.fop.apps
Class FOInputHandler

java.lang.Object
  |
  +--org.apache.fop.apps.InputHandler
        |
        +--org.apache.fop.apps.FOInputHandler

public class FOInputHandler
extends InputHandler

Manages input if it is an xsl:fo file


Constructor Summary
FOInputHandler(java.io.File fofile)
           
FOInputHandler(java.net.URL url)
           
 
Method Summary
 org.xml.sax.InputSource getInputSource()
           
 org.xml.sax.XMLReader getParser()
           
 
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(java.io.File fofile)

FOInputHandler

public FOInputHandler(java.net.URL url)
Method Detail

getInputSource

public org.xml.sax.InputSource getInputSource()
Overrides:
getInputSource in class InputHandler

getParser

public org.xml.sax.XMLReader getParser()
                                throws FOPException
Overrides:
getParser in class InputHandler


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.