Ver código fonte

2004-12-04 Atsushi Enomoto <[email protected]>

	* DTMXPathNavigator.cs : added more constant fields to utility class.



svn path=/trunk/mcs/; revision=37079
Atsushi Eno 21 anos atrás
pai
commit
8d4173dff6

+ 4 - 0
mcs/class/System.XML/Mono.Xml.XPath/ChangeLog

@@ -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,

+ 2 - 0
mcs/class/System.XML/Mono.Xml.XPath/DTMXPathNavigator.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;
 	}
 }