org.apache.fop.apps
Class InputHandler

java.lang.Object
  |
  +--org.apache.fop.apps.InputHandler
Direct Known Subclasses:
FOInputHandler, TraxInputHandler, XSLTInputHandler

public abstract class InputHandler
extends java.lang.Object


Constructor Summary
InputHandler()
           
 
Method Summary
static org.xml.sax.InputSource fileInputSource(java.io.File file)
          create an InputSource from a File
abstract  org.xml.sax.InputSource getInputSource()
           
abstract  org.xml.sax.XMLReader getParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputHandler

public InputHandler()
Method Detail

getInputSource

public abstract org.xml.sax.InputSource getInputSource()

getParser

public abstract org.xml.sax.XMLReader getParser()

fileInputSource

public static org.xml.sax.InputSource fileInputSource(java.io.File file)
create an InputSource from a File
Parameters:
file - the File
Returns:
the InputSource created


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