ChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. 2002-03-26 Jason Diamond <[email protected]>
  2. * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
  3. steps. Both absolution and relative abbreviated location paths.
  4. 2002-03-25 Jason Diamond <[email protected]>
  5. * XPathScanner.cs: Added new file. This class is supposed to be internal
  6. but that would make it impossible to test.
  7. 2002-03-08 Duncan Mak <[email protected]>
  8. * XPathNamespaceScope.cs:
  9. * XPathNodeType.cs:
  10. * XPathResultType.cs:
  11. * XmlDataType.cs:
  12. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  13. implementation. XPathResultType is interesting as EnumCheck does
  14. not show the Navigator element, but shows the String element twice.
  15. 2002-03-08 Jason Diamond <[email protected]>
  16. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  17. 2002-03-06 Jason Diamond <[email protected]>
  18. * ChangeLog: Added to this directory.
  19. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  20. XPathResultType.cs: New files.
  21. * XPathNavigator.cs: Stubbed out all properties and methods.