pietsch 2003/02/23 12:27:41
Modified: src/org/apache/fop/apps Tag: fop-0_20_2-maintain
TraxInputHandler.java XSLTInputHandler.java
Log:
Added comments on what to use instead to deprecated methods.
Revision Changes Path
No revision
No revision
1.5.2.3 +7 -5 xml-fop/src/org/apache/fop/apps/TraxInputHandler.java
Index: TraxInputHandler.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/TraxInputHandler.java,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- TraxInputHandler.java 23 Feb 2003 20:24:30 -0000 1.5.2.2
+++ TraxInputHandler.java 23 Feb 2003 20:27:40 -0000 1.5.2.3
@@ -73,7 +73,8 @@
}
/**
- * 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() {
@@ -84,9 +85,10 @@
}
/**
- * 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
*
*/
1.7.2.3 +4 -1 xml-fop/src/org/apache/fop/apps/XSLTInputHandler.java
Index: XSLTInputHandler.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/XSLTInputHandler.java,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -r1.7.2.2 -r1.7.2.3
--- XSLTInputHandler.java 26 Sep 2002 21:12:37 -0000 1.7.2.2
+++ XSLTInputHandler.java 23 Feb 2003 20:27:41 -0000 1.7.2.3
@@ -19,6 +19,7 @@
* 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;
@@ -40,6 +41,7 @@
/**
* Get the InputSource.
+ * Use TraxInputHandler run(Driver driver) instead.
* @deprecated
*/
public InputSource getInputSource() {
@@ -48,6 +50,7 @@
/**
* Get the parser, actually an XML filter.
+ * Use TraxInputHandler run(Driver driver) instead.
* @deprecated
*/
public XMLReader getParser() throws FOPException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]