/[classpath]/classpath/gnu/xml/pipeline/TeeConsumer.java
ViewVC logotype

Diff of /classpath/gnu/xml/pipeline/TeeConsumer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Sun Jan 16 15:15:10 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Feb 16 01:11:41 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.xml.pipeline;  package gnu.xml.pipeline;
39    
40  import java.io.IOException;  import org.xml.sax.Attributes;
41  import org.xml.sax.*;  import org.xml.sax.ContentHandler;
42  import org.xml.sax.ext.*;  import org.xml.sax.DTDHandler;
43  //import gnu.xml.util;  import org.xml.sax.ErrorHandler;
44    import org.xml.sax.Locator;
45    import org.xml.sax.SAXException;
46    import org.xml.sax.SAXNotRecognizedException;
47    import org.xml.sax.ext.DeclHandler;
48    import org.xml.sax.ext.LexicalHandler;
49    
50  /**  /**
51   * Fans its events out to two other consumers, a "tee" filter stage in an   * Fans its events out to two other consumers, a "tee" filter stage in an

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26