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

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

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

revision 1.1 by mark, Thu Dec 23 22:38:43 2004 UTC revision 1.2 by gnu_andrew, Sat Feb 12 14:26:02 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.util.Hashtable;  import gnu.xml.aelfred2.ContentHandler2;
41    import gnu.xml.util.DomParser;
42    
43  import org.w3c.dom.*;  import org.xml.sax.Attributes;
44  import org.xml.sax.*;  import org.xml.sax.ContentHandler;
45    import org.xml.sax.DTDHandler;
46    import org.xml.sax.ErrorHandler;
47    import org.xml.sax.Locator;
48    import org.xml.sax.SAXException;
49    import org.xml.sax.SAXNotRecognizedException;
50    import org.xml.sax.SAXParseException;
51  import org.xml.sax.ext.DeclHandler;  import org.xml.sax.ext.DeclHandler;
52  import org.xml.sax.ext.LexicalHandler;  import org.xml.sax.ext.LexicalHandler;
53  import org.xml.sax.helpers.AttributesImpl;  import org.xml.sax.helpers.AttributesImpl;
54    import org.w3c.dom.Attr;
55  import gnu.xml.aelfred2.ContentHandler2;  import org.w3c.dom.CDATASection;
56  import gnu.xml.util.DomParser;  import org.w3c.dom.CharacterData;
57    import org.w3c.dom.Document;
58    import org.w3c.dom.DOMImplementation;
59    import org.w3c.dom.Element;
60    import org.w3c.dom.EntityReference;
61    import org.w3c.dom.Node;
62    import org.w3c.dom.ProcessingInstruction;
63    import org.w3c.dom.Text;
64    
65  /**  /**
66   * This consumer builds a DOM Document from its input, acting either as a   * This consumer builds a DOM Document from its input, acting either as a

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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