* DTMXPathNavigator.cs : added more constant fields to utility class. svn path=/trunk/mcs/; revision=37079
@@ -1,3 +1,7 @@
+2004-12-04 Atsushi Enomoto <[email protected]>
+
+ * DTMXPathNavigator.cs : added more constant fields to utility class.
2004-12-04 Atsushi Enomoto <[email protected]>
* DTMXPathDocument2.cs,
@@ -626,5 +626,7 @@ namespace Mono.Xml.XPath
{
public const string XML = "http://www.w3.org/XML/1998/namespace";
public const string XMLNS = "http://www.w3.org/2000/xmlns/";
+ public const int IndexXML = 2;
+ public const int IndexXMLNS = 3;
}