aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/pipeline/TeeConsumer.java
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2005-04-26 01:48:32 +0000
committerno-author <no-author@gcc.gnu.org>2005-04-26 01:48:32 +0000
commitd9cd0cc8357d9529972a7544488cda02f44196e5 (patch)
treeff3a674d6883f23b5a0914a6249d9fc6c1af2ac4 /libjava/gnu/xml/pipeline/TeeConsumer.java
parent5b5fcc5945558d32c619dd3047ae0ee16a6edd2f (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-5012
'apple-gcc-5012'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-5012@98760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/xml/pipeline/TeeConsumer.java')
-rw-r--r--libjava/gnu/xml/pipeline/TeeConsumer.java14
1 files changed, 9 insertions, 5 deletions
diff --git a/libjava/gnu/xml/pipeline/TeeConsumer.java b/libjava/gnu/xml/pipeline/TeeConsumer.java
index 6d3227eda11..922e79cf29f 100644
--- a/libjava/gnu/xml/pipeline/TeeConsumer.java
+++ b/libjava/gnu/xml/pipeline/TeeConsumer.java
@@ -37,11 +37,15 @@ exception statement from your version. */
package gnu.xml.pipeline;
-import java.io.IOException;
-import org.xml.sax.*;
-import org.xml.sax.ext.*;
-//import gnu.xml.util;
-
+import org.xml.sax.Attributes;
+import org.xml.sax.ContentHandler;
+import org.xml.sax.DTDHandler;
+import org.xml.sax.ErrorHandler;
+import org.xml.sax.Locator;
+import org.xml.sax.SAXException;
+import org.xml.sax.SAXNotRecognizedException;
+import org.xml.sax.ext.DeclHandler;
+import org.xml.sax.ext.LexicalHandler;
/**
* Fans its events out to two other consumers, a "tee" filter stage in an