583016b8cc1ca4eed035bda6ff5cef317c9a21cc
[mono.git] / mcs / class / System.XML / Mono.Xml.XPath / ChangeLog
1 2004-02-13  Atsushi Enomoto <atsushi@ximian.com>
2
3         * Added DTMXPathDocumentWriter.cs. It supports DTMXPathNavigator as
4           the resulting document tree.
5         * DTMXPathDocumentBuilder.cs : Code refactory (to get closer to dtm
6           writer and commonify tasks they both should do). Reduced initial
7           array size (400 to 200, for attribute 800 to 200), and extending 
8           size from 2x to 4x (to reduce _times_ of allication copy).
9         * DTMXPathNode.cs : (and all above) added experimental "DTM_CLASS"
10           switch, which changes nodes from struct to class. (It will reduce
11           memory consumption by 2/3, but will also reduce speed by 2/3.)
12
13 2004-01-27  Atsushi Enomoto <atsushi@ximian.com>
14
15         * DTMXPathDocumentBuilder.cs : Namespace nodes are incorrectly created.
16           This fix should make XPathDocument compatible with XmlDocument.
17
18 2004-01-26  Atsushi Enomoto <atsushi@ximian.com>
19
20         * DTMXPathDocument.cs : CreateNavigator() should return the first root
21           as a clone.
22         * DTMXPathNavigator.cs : ComparePosition() incorrectly compared 
23           attributes and namespaces orders.  Implemented IsSamePosition() more
24           efficient.  MoveToFirstNamespace() should return false when the 
25           current node is either attribute or namespace.  Fixed IsDescendant()
26           which looks resulted in incorrect behavior.
27
28 2003-12-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
29
30         * DTMXPathDocumentBuilder.cs : Removed supportsID argument and always
31           assumes to support IDs when specified XmlValidatingReader.
32           Quick fix for NullReferenceException when type was null.
33
34 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
35
36         * KeyPattern.cs : Matches() should iterate candidate keys to the end.
37
38 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
39
40         * IdPattern.cs,
41           KeyPattern.cs : Implemented Matches(), overrode DefaultPriority,
42           modified inheritance.
43         * Pattern.cs : Added id and key pattern support.
44
45 2003-11-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
46
47         * DTMXPathNavigator.cs : Fixed MoveToNamespace() that might result in
48           infinite loop.
49
50 2003-10-04  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
51
52         * DTMXPathDocumentBuilder.cs : Bugfix for whitespace handling.
53
54 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
55
56         * Added DTMXPathNode.cs.
57         * Fundamental changes in whole DTM stuff. Node information is now array
58           of "node struct" instead of individual arrays.
59
60 2003-09-21 Ben Maurer  <bmaurer@users.sourceforge.net>
61
62         * Pattern.cs: save the parser (will reduce memory allocation when
63         Jackson's jay patch is committed).
64
65 2003-09-20 Ben Maurer  <bmaurer@users.sourceforge.net>
66
67         * Pattern.cs: Typo, when i got //a i was giving off /
68         * LocationPathPattern.cs: Append to the tail, not head.
69
70 2003-09-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
71
72         * DTMXPathNavigator.cs,
73           DTMXPathDocument.cs,
74           DTMXPathDocumentBuilder.cs : Added IXmlLineInfo support. Removed
75           node's extraneous schemaType. Some code reformatting.
76
77 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
78
79         * Pattern.cs: Support static context.
80
81 2003-08-25 Ben Maurer  <bmaurer@users.sourceforge.net>
82
83         * DTMXPathNavigator.cs: Allocate valueBuilder on first use.
84
85 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
86
87         * DTMXPathDocument.cs,
88           DTMXPathDocumentBuilder.cs,
89           DTMXPathNavigator.cs :
90           - Implemented ID support using XmlValidatingReader.
91           - Prefix should be String.Empty even if XmlReader.Prefix is null.
92
93 2003-07-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
94
95         * DTMXPathDocumentBuilder.cs :
96           Fixed Read() that sets nodes' parent incorrectly.
97
98 2003-07-17  Peter Williams  <peter@newton.cx>
99
100         * DTMXPathDocumentBuilder.cs: csc.exe is more stringent about namespaces
101         than mcs. We need to disambiguate System.Math from Mono.Math here.
102
103 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
104
105         * Initial checkin.
106         * Added ChangeLog, DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs
107           and DTMXPathNavigator.cs.
108