}
/**
- * overwrites the method of the super class to return the xmlfile
+ * Overwrites the method of the super class to return the xmlfile.
+ * Use run(Driver driver) instead.
* @deprecated
*/
public InputSource getInputSource() {
}
/**
- * overwrites this method of the super class and returns an XMLFilter
- instead of a
- * simple XMLReader which allows chaining of transformations
+ * Overwrites this method of the super class and returns an
+ * XMLFilter instead of a simple XMLReader which allows chaining
+ * of transformations.
+ * Use run(Driver driver) instead.
* @deprecated
*
*/
* 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.
*/
public class XSLTInputHandler extends InputHandler {
private TraxInputHandler traxInputHandler;
/**
* Get the InputSource.
+ * Use TraxInputHandler run(Driver driver) instead.
* @deprecated
*/
public InputSource getInputSource() {
/**
* Get the parser, actually an XML filter.
+ * Use TraxInputHandler run(Driver driver) instead.
* @deprecated
*/
public XMLReader getParser() throws FOPException {