* XmlNodeWriter.cs : it's internal. svn path=/trunk/mcs/; revision=29164
@@ -1,3 +1,7 @@
+2004-06-10 Atsushi Enomoto <[email protected]>
+
+ * XmlNodeWriter.cs : it's internal.
2003-08-21 Atsushi Enomoto <[email protected]>
* XmlNodeWriter.cs : Extended to support for non-document entity.
@@ -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)