org.apache.fop.apps
Class XSLTInputHandler
java.lang.Object
org.apache.fop.apps.InputHandler
org.apache.fop.apps.XSLTInputHandler
- public class XSLTInputHandler
- extends InputHandler
XSLTInputHandler takes an XML input, transforms it with XSLT
and provides the resulting xsl:fo document as input for the
FOP driver.
Use TraxInputHandler instead.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTInputHandler
public XSLTInputHandler(java.io.File xmlfile,
java.io.File xsltfile)
throws FOPException
XSLTInputHandler
public XSLTInputHandler(java.lang.String xmlURL,
java.lang.String xsltURL)
throws FOPException
XSLTInputHandler
public XSLTInputHandler(org.xml.sax.InputSource xmlSource,
org.xml.sax.InputSource xsltSource)
throws FOPException
getInputSource
public org.xml.sax.InputSource getInputSource()
- Deprecated.
- Get the InputSource.
Use TraxInputHandler run(Driver driver) instead.
- Specified by:
getInputSource
in class InputHandler
getParser
public org.xml.sax.XMLReader getParser()
throws FOPException
- Deprecated.
- Get the parser, actually an XML filter.
Use TraxInputHandler run(Driver driver) instead.
- Specified by:
getParser
in class InputHandler
- Throws:
FOPException
run
public void run(Driver driver)
throws FOPException
- Specified by:
run
in class InputHandler
- Throws:
FOPException
setParameter
public void setParameter(java.lang.String name,
java.lang.Object value)
Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.