mkwan 2003/02/03 11:12:06
Modified: java/src/org/apache/xml/dtm/ref Tag: XSLTC_DTM
DTMDefaultBase.java
java/src/org/apache/xml/dtm/ref/sax2dtm Tag: XSLTC_DTM
SAX2DTM.java SAX2DTM2.java
Log:
Clean up unused imports
Revision Changes Path
No revision
No revision
1.28.2.13 +0 -11
xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBase.java
Index: DTMDefaultBase.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBase.java,v
retrieving revision 1.28.2.12
retrieving revision 1.28.2.13
diff -u -r1.28.2.12 -r1.28.2.13
--- DTMDefaultBase.java 29 Jan 2003 17:13:18 -0000 1.28.2.12
+++ DTMDefaultBase.java 3 Feb 2003 19:12:05 -0000 1.28.2.13
@@ -58,20 +58,9 @@
import org.apache.xml.dtm.*;
import org.apache.xml.utils.SuballocatedIntVector;
-import org.apache.xml.utils.SuballocatedByteVector;
-import org.apache.xml.utils.IntStack;
import org.apache.xml.utils.BoolStack;
-import org.apache.xml.utils.StringBufferPool;
-import org.apache.xml.utils.FastStringBuffer;
-import org.apache.xml.utils.TreeWalker;
-import org.apache.xml.utils.QName;
-import org.apache.xml.utils.XMLCharacterRecognizer;
import java.util.Vector;
-
-import org.xml.sax.ContentHandler;
-
-import org.apache.xml.utils.NodeVector;
import javax.xml.transform.Source;
No revision
No revision
1.28.2.16 +0 -1
xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM.java
Index: SAX2DTM.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM.java,v
retrieving revision 1.28.2.15
retrieving revision 1.28.2.16
diff -u -r1.28.2.15 -r1.28.2.16
--- SAX2DTM.java 31 Jan 2003 20:31:34 -0000 1.28.2.15
+++ SAX2DTM.java 3 Feb 2003 19:12:05 -0000 1.28.2.16
@@ -70,7 +70,6 @@
import org.apache.xml.utils.SuballocatedIntVector;
import org.apache.xml.utils.SystemIDResolver;
import org.apache.xml.utils.WrappedRuntimeException;
-import org.apache.xml.utils.XMLCharacterRecognizer;
import org.apache.xml.utils.XMLString;
import org.apache.xml.utils.XMLStringFactory;
import org.apache.xml.res.XMLErrorResources;
1.1.2.5 +0 -2
xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm/Attic/SAX2DTM2.java
Index: SAX2DTM2.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm/Attic/SAX2DTM2.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- SAX2DTM2.java 3 Feb 2003 16:17:24 -0000 1.1.2.4
+++ SAX2DTM2.java 3 Feb 2003 19:12:06 -0000 1.1.2.5
@@ -58,14 +58,12 @@
import org.apache.xml.dtm.*;
import org.apache.xml.dtm.ref.*;
-import org.apache.xml.utils.SuballocatedIntVector;
import org.apache.xml.utils.XMLStringFactory;
import org.apache.xml.res.XMLMessages;
import org.apache.xml.res.XMLErrorResources;
import javax.xml.transform.Source;
import org.xml.sax.*;
-import org.xml.sax.ext.*;
/**
* SAX2DTM2 is an optimized version of SAX2DTM which is used in
non-incremental case.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]