Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Xml.XPath « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89677c28e4848609d274dc87d2dfd6cedf2aa9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2002-06-24  Jason Diamond  <jason@injektilo.org>

	* XPathScanner.cs: Removed.

2002-06-24  Dick Porter <dick@ximian.com>

	* XmlCaseOrder.cs: Fix namespace

2002-06-23  Piers Haken <piersh@friskit.com>

	* DefaultContext.cs: implemented XPathFUnctionId
	* Iterator.cs: new ArrayListIterator for id() support

2002-06-23  Piers Haken <piersh@friskit.com>

	* 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 <tim@timcoleman.com>
	* XPathDocument.cs:
	* XPathException.cs: New stub files added.

2002-04-12  Duncan Mak  <duncan@ximian.com>

	* XmlCaseOrder.cs: Moved to here from System.Xml.

2002-03-26  Jason Diamond  <jason@injektilo.org>

	* XPathScanner.cs: Now handles name tests with wildacards. Abbreviated 
	steps. Both absolution and relative abbreviated location paths.

2002-03-25  Jason Diamond  <jason@injektilo.org>

	* 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  <duncan@ximian.com>

	* 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  <jason@injektilo.org>

	* XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.

2002-03-06  Jason Diamond  <jason@injektilo.org>

	* ChangeLog: Added to this directory.

	* XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
	XPathResultType.cs: New files.

	* XPathNavigator.cs: Stubbed out all properties and methods.