? xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java
Index: xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java,v
retrieving revision 1.45
diff -u -w -r1.45 BaseMarkupSerializer.java
--- xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java	26 May 2003 17:53:38 -0000	1.45
+++ xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java	29 Jul 2003 12:50:13 -0000
@@ -106,7 +106,7 @@
 import org.w3c.dom.NamedNodeMap;
 import org.w3c.dom.Node;
 import org.w3c.dom.Notation;
-import org.w3c.dom.ls.DOMWriterFilter;
+import org.w3c.dom.ls.DOMSerializerFilter;
 import org.w3c.dom.traversal.NodeFilter;
 import org.xml.sax.ContentHandler;
 import org.xml.sax.DTDHandler;
@@ -174,7 +174,7 @@
     protected Hashtable fFeatures;
     protected DOMErrorHandler fDOMErrorHandler;
     protected final DOMErrorImpl fDOMError = new DOMErrorImpl();
-    protected DOMWriterFilter fDOMFilter;
+    protected DOMSerializerFilter fDOMFilter;
 
     protected EncodingInfo _encodingInfo;
 
Index: xml-xerces/java/src/org/apache/xml/serialize/XML11Serializer.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xml/serialize/XML11Serializer.java,v
retrieving revision 1.4
diff -u -w -r1.4 XML11Serializer.java
--- xml-xerces/java/src/org/apache/xml/serialize/XML11Serializer.java	30 May 2003 13:35:44 -0000	1.4
+++ xml-xerces/java/src/org/apache/xml/serialize/XML11Serializer.java	29 Jul 2003 12:50:13 -0000
@@ -99,9 +99,9 @@
  * The serializer supports both DOM and SAX. SAX serializing is done by firing
  * SAX events and using the serializer as a document handler. DOM serializing is done
  * by calling {@link #serialize(Document)} or by using DOM Level 3  
- * {@link org.w3c.dom.ls.DOMWriter} and
- * serializing with {@link org.w3c.dom.ls.DOMWriter#writeNode}, 
- * {@link org.w3c.dom.ls.DOMWriter#writeToString}.
+ * {@link org.w3c.dom.ls.DOMSerializer} and
+ * serializing with {@link org.w3c.dom.ls.DOMSerializer#write},
+ * {@link org.w3c.dom.ls.DOMSerializer#writeToString}.
  * <p>
  * If an I/O exception occurs while serializing, the serializer
  * will not throw an exception directly, but only throw it
@@ -133,7 +133,7 @@
     //
 
     // 
-    // DOM Level 3 implementation: variables intialized in DOMWriterImpl
+    // DOM Level 3 implementation: variables intialized in DOMSerializerImpl
     // 
 
     /** stores namespaces in scope */
Index: xml-xerces/java/src/org/apache/xml/serialize/XMLSerializer.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xml/serialize/XMLSerializer.java,v
retrieving revision 1.52
diff -u -w -r1.52 XMLSerializer.java
--- xml-xerces/java/src/org/apache/xml/serialize/XMLSerializer.java	10 Jun 2003 13:41:29 -0000	1.52
+++ xml-xerces/java/src/org/apache/xml/serialize/XMLSerializer.java	29 Jul 2003 12:50:14 -0000
@@ -108,9 +108,9 @@
  * The serializer supports both DOM and SAX. SAX serializing is done by firing
  * SAX events and using the serializer as a document handler. DOM serializing is done
  * by calling {@link #serialize(Document)} or by using DOM Level 3  
- * {@link org.w3c.dom.ls.DOMWriter} and
- * serializing with {@link org.w3c.dom.ls.DOMWriter#writeNode}, 
- * {@link org.w3c.dom.ls.DOMWriter#writeToString}.
+ * {@link org.w3c.dom.ls.DOMSerializer} and
+ * serializing with {@link org.w3c.dom.ls.DOMSerializer#write},
+ * {@link org.w3c.dom.ls.DOMSerializer#writeToString}.
  * <p>
  * If an I/O exception occurs while serializing, the serializer
  * will not throw an exception directly, but only throw it
@@ -142,7 +142,7 @@
     //
 
     // 
-    // DOM Level 3 implementation: variables intialized in DOMWriterImpl
+    // DOM Level 3 implementation: variables intialized in DOMSerializerImpl
     // 
 
     /** stores namespaces in scope */
@@ -228,7 +228,7 @@
     /**
      * This methods turns on namespace fixup algorithm during
      * DOM serialization.
-     * @see org.w3c.dom.ls.DOMWriter     
+     * @see org.w3c.dom.ls.DOMSerializer
      * 
      * @param namespaces
      */
