2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 10 Jun 2004 06:17:06 +0000 (06:17 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 10 Jun 2004 06:17:06 +0000 (06:17 -0000)
* XmlNodeWriter.cs : it's internal.

svn path=/trunk/mcs/; revision=29164

mcs/class/System.XML/Mono.Xml/ChangeLog
mcs/class/System.XML/Mono.Xml/XmlNodeWriter.cs

index 40090f278a3a9e48dc5dbae69309607bed8545c0..6c2d31bb978c381dc7926f97f00d3b0b9d979d26 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlNodeWriter.cs : it's internal.
+
 2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * XmlNodeWriter.cs : Extended to support for non-document entity.
index 1ace8f9c7cdfae37c10a4c8956dd7b6cfa2d2f1f..d0d97fc1527b3fd3b0724953f17284f15fab05b5 100644 (file)
@@ -9,9 +9,9 @@
 using System;
 using System.Xml;
 
-namespace Mono.Xml
+namespace System.Xml
 {
-       public class XmlNodeWriter : XmlWriter
+       internal class XmlNodeWriter : XmlWriter
        {
                public XmlNodeWriter () : this (true)
                {