Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 23214 invoked by uid 500); 10 Oct 2001 17:11:55 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 23201 invoked by uid 500); 10 Oct 2001 17:11:55 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Date: 10 Oct 2001 17:07:38 -0000 Message-ID: <20011010170738.1348.qmail@icarus.apache.org> From: butek@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N butek 01/10/10 10:07:38 Modified: java/src/org/apache/axis/utils XMLUtils.java Log: Putting back the details for import org.w3c.dom... Revision Changes Path 1.23 +8 -2 xml-axis/java/src/org/apache/axis/utils/XMLUtils.java Index: XMLUtils.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/XMLUtils.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- XMLUtils.java 2001/10/10 16:33:50 1.22 +++ XMLUtils.java 2001/10/10 17:07:38 1.23 @@ -55,8 +55,14 @@ package org.apache.axis.utils ; -import org.apache.axis.Constants; -import org.w3c.dom.*; +import org.apache.axis.Constants; + +import org.w3c.dom.Attr; +import org.w3c.dom.Document; +import org.w3c.dom.Element; +import org.w3c.dom.NamedNodeMap; +import org.w3c.dom.Node; + import org.xml.sax.InputSource; import org.xml.sax.SAXException;