2002-04-12 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.XPath / ChangeLog
1 2002-04-12  Duncan Mak  <duncan@ximian.com>
2
3         * XmlCaseOrder.cs: Moved to here from System.Xml.
4
5 2002-03-26  Jason Diamond  <jason@injektilo.org>
6
7         * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated 
8         steps. Both absolution and relative abbreviated location paths.
9
10 2002-03-25  Jason Diamond  <jason@injektilo.org>
11
12         * XPathScanner.cs: Added new file. This class is supposed to be internal
13         but that would make it impossible to test.
14
15 2002-03-08  Duncan Mak  <duncan@ximian.com>
16
17         * XPathNamespaceScope.cs:
18         * XPathNodeType.cs:
19         * XPathResultType.cs:
20         * XmlDataType.cs:
21         * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
22         implementation. XPathResultType is interesting as EnumCheck does
23         not show the Navigator element, but shows the String element twice.
24
25 2002-03-08  Jason Diamond  <jason@injektilo.org>
26
27         * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
28
29 2002-03-06  Jason Diamond  <jason@injektilo.org>
30
31         * ChangeLog: Added to this directory.
32
33         * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
34         XPathResultType.cs: New files.
35
36         * XPathNavigator.cs: Stubbed out all properties and methods.