[Mono-list] some System.XML bugfixes
ville
vi64pa@koti.soon.fi
Sat, 30 Nov 2002 20:18:21 +0200
That CreateNavigator (XmlNode) should be protected, not public nor protected
internal IMHO.
===================================================================
RCS file: /cvs/public/mcs/class/System.XML/System.Xml/XmlDocument.cs,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- XmlDocument.cs 13 Nov 2002 16:32:48 -0000 1.46
+++ XmlDocument.cs 30 Nov 2002 17:22:35 -0000 1.47
@@ -285,7 +285,7 @@
}
[MonoTODO]
- protected internal virtual XPathNavigator CreateNavigator
(XmlNode node)
+ public XPathNavigator CreateNavigator (XmlNode node)
{
throw new NotImplementedException ();
}
On Saturday 30 November 2002 19:37, ginga(A.E.) wrote:
> I fixed some problems reported by David, Sebastien and ville.
> Thanks.
>
> -- Atsushi Enomoto
>
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list