| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 2002-06-29 Piers Haken <[email protected]>
- * Expression.cs:
- - remove dead code
- - NodeTest uses XPathResultType instead of internal NodeTestTypes enum
- - remove NodeTestTypes enum
- - remove NodeTestTypeAny (functionality provided by base now)
- - fix ExprStep to handle wildcard QNames
- * Parser.jay:
- - moved to Mono.Xml.XPath namespace
- - use XPathResultType
- - handle wildcard QNames
-
- * Tokenizer.cs: moved to Mono.Xml.XPath namespace
-
- * XPathNavigator.cs: implement
- - IsDescendant
- - SelectAncestors
- - SelectDescendants
- - SelectChildren
-
- * XPathResultType.cs: fix enum values
-
- 2002-06-24 Jason Diamond <[email protected]>
- * XPathScanner.cs: Removed.
- 2002-06-24 Dick Porter <[email protected]>
- * XmlCaseOrder.cs: Fix namespace
- 2002-06-23 Piers Haken <[email protected]>
- * DefaultContext.cs: implemented XPathFUnctionId
- * Iterator.cs: new ArrayListIterator for id() support
- 2002-06-23 Piers Haken <[email protected]>
- * XPathNavigator.cs: implement:
- - Compile
- - Evaluate
- - Clone
- - Select
- - ToString
- - some forwarding methods
- * XPathNodeIterator: implement caching Count
- * Tokenizer.cs: new XPath tokenizer
- * Parser.jay: new XPath grammar
- * Parser.cs: new precompiled XPath grammar
- * Expression.cs: new XPath expression objects
- * Iterator.cs: new XPath result/context objects
- * DefaultContext.cs: new XPath function binding context
- 2002-05-08 Tim Coleman <[email protected]>
- * XPathDocument.cs:
- * XPathException.cs: New stub files added.
- 2002-04-12 Duncan Mak <[email protected]>
- * XmlCaseOrder.cs: Moved to here from System.Xml.
- 2002-03-26 Jason Diamond <[email protected]>
- * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
- steps. Both absolution and relative abbreviated location paths.
- 2002-03-25 Jason Diamond <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
- 2002-03-06 Jason Diamond <[email protected]>
- * ChangeLog: Added to this directory.
- * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
- XPathResultType.cs: New files.
- * XPathNavigator.cs: Stubbed out all properties and methods.
|