2002-03-26 Jason Diamond * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated steps. Both absolution and relative abbreviated location paths. 2002-03-25 Jason Diamond * XPathScanner.cs: Added new file. This class is supposed to be internal but that would make it impossible to test. 2002-03-08 Duncan Mak * XPathNamespaceScope.cs: * XPathNodeType.cs: * XPathResultType.cs: * XmlDataType.cs: * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS implementation. XPathResultType is interesting as EnumCheck does not show the Navigator element, but shows the String element twice. 2002-03-08 Jason Diamond * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files. 2002-03-06 Jason Diamond * ChangeLog: Added to this directory. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs, XPathResultType.cs: New files. * XPathNavigator.cs: Stubbed out all properties and methods.