jkesselm 01/07/18 06:11:36
Modified: java/src/org/apache/xml/dtm/ref CoroutineParser.java
Log:
Starting to phase out Coroutine*Parser* in favor of IncrementalSAXSource*.
See comment in previous check-in; I just missed this one....
Revision Changes Path
1.4 +3 -1
xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineParser.java
Index: CoroutineParser.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineParser.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CoroutineParser.java 2001/06/21 23:46:43 1.3
+++ CoroutineParser.java 2001/07/18 13:11:36 1.4
@@ -80,7 +80,9 @@
*
* </grumble></p>
*
- * <p>Status: In progress</p>
+ * @deprecated Since the ability to start a parse via the
+ * coroutine protocol was not being used and was complicating design.
+ * See [EMAIL PROTECTED] IncrementalSAXSource}.
* */
public interface CoroutineParser {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]