ChangeLog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. 2004-02-17 Atsushi Enomoto <[email protected]>
  2. * XPathNavigator.cs : Only child and attribute axes are allowed for
  3. Matches().
  4. * Expression.cs : Added IsPositional property.
  5. * DefaultContext.cs : Added some overrides.
  6. 2004-02-16 Atsushi Enomoto <[email protected]>
  7. * XPathNavigator.cs : no, its still not ok. comment out now.
  8. 2004-02-16 Atsushi Enomoto <[email protected]>
  9. * Expression.cs : Added EvaluatedNodeType and NeedAbsoluteMatching
  10. to reduce extraneous Matches() trial.
  11. * Iterator.cs : Removed unused MergedIterator.
  12. * XPathNavigator.cs : Optimized Matches() not to evaluate ancestors
  13. unnecessarily. (Test with NeedAbsoluteMatching).
  14. 2004-02-10 Atsushi Enomoto <[email protected]>
  15. * Iterator.cs : Added overriden Count properties for some iterators
  16. (this fixes the half of #50678).
  17. Added ListIterator class (which can reduce GetEnumerator()).
  18. In some places we can omit clone for Current property, so added
  19. some check logic (It has no effect as yet).
  20. * Expression.cs, DefaultContext.cs :
  21. use ListIterator instead of EnumeratorIterator.
  22. 2004-02-08 Atsushi Enomoto <[email protected]>
  23. * DefaultContext.cs, Expression.cs, Iterator.cs :
  24. tiny foreach elimination.
  25. 2004-02-05 Atsushi Enomoto <[email protected]>
  26. * DefaultContext.cs : trivial processing order fix.
  27. 2004-01-27 Atsushi Enomoto <[email protected]>
  28. * DefaultContext.cs : Avoid exception if possible.
  29. * Iterator.cs : Fixed PrecedingSiblingIterator.MoveNext(). When the
  30. nav was positioned at the first, it incorrectly points itself.
  31. Don't add names to name table while it is useless and expensive.
  32. 2004-01-08 Nick Drochak <[email protected]>
  33. * Iterator.cs: Removed unused variable.
  34. 2003-12-18 Atsushi Enomoto <[email protected]>
  35. * Parser.jay : now it supresses error output from jay.
  36. * DefaultContext.cs : (XPathFunctionSubstring) exclude -Infinity.
  37. * Tokenizer.cs : better error message.
  38. * XPathDocument.cs : Use XmlValidatingReader to support id() function.
  39. (just found MS.NET actually supports it)
  40. 2003-12-16 Atsushi Enomoto <[email protected]>
  41. * Iterator.cs : On its iteration, moving Current must not affect to
  42. MoveNext(). To assure this, Current must be a clone of navigator.
  43. Removed unused code.
  44. 2003-12-07 Atsushi Enomoto <[email protected]>
  45. * Tokenizer.cs : Removed some TODOs. (trivial ;-)
  46. * Iterator.cs : ParensIterator can inherit from BaseIterator.
  47. SlashIterator copy .ctor() always failed to clone. This fixes Count.
  48. 2003-12-03 Atsushi Enomoto <[email protected]>
  49. * Expression.cs : XPathSorters.Compare() should compare document
  50. position. See last sentence of XSLT 1.0 secion 10.
  51. 2003-12-03 Atsushi Enomoto <[email protected]>
  52. * DefaultContext.cs : Overrode all functions' ToString().
  53. XPathFunctions.ToNumber() trims whitespaces at both side.
  54. Fixed NullReferenceException in normalize-space().
  55. * Iterator.cs : Fixed AncestorOrSelfIterator.MoveNext() didn't handle
  56. attribute or namespace node correctly.
  57. SlashIterator.Clone() didn't clone "next node iterator" correctly.
  58. EnumeratorIterator.ctor() should raise an error (not at Clone())
  59. when the target IEnumerator is not ICloneable.
  60. 2003-11-28 Atsushi Enomoto <[email protected]>
  61. * Expression.cs : namespace axis now traversed in reverse order, so it
  62. requires sorting.
  63. * Iterator.cs : UnionIterator.Clone() was incomplete.
  64. NamespaceItarator() should be reverse order (special handling
  65. because of XPathNavigator specification).
  66. 2003-11-24 Atsushi Enomoto <[email protected]>
  67. * Iterator.cs : PrecedingIterator.MoveNext() now breaks up at Root.
  68. * XPathNavigator.cs : ComparePosition() didn't handle attributes
  69. correctly.
  70. 2003-11-24 Atsushi Enomoto <[email protected]>
  71. * Parser.jay, Expression.cs, Iterator.cs :
  72. Added ExprParens and ParensIterator classes which is used to handle
  73. precedence of parenthesized expressions.
  74. (e.g. consider "(preceding::*)[3]" and "preceding::[3]" )
  75. * Expression.cs, Iterator.cs :
  76. Added RequireSorting property for each Expr and BaseIterator classes.
  77. SlashIterator.MoveNext() now considers correct sorting. But
  78. considering performance, it separates two logics, sorted and sortless
  79. depending on RequireSorting of left iterator and right expression.
  80. * Iterator.cs :
  81. SimpleIterator.ctor() should consider when nav is null.
  82. FollowingIterator.MoveNext() and PrecedingIterator.MoveNext() should
  83. not return any nodes.
  84. AncestorIterator and AncestorOrSelfIterator copy ctr() should clone
  85. positions.
  86. AncestorIterator.MoveNext() should skip Root if context node is
  87. Root itself.
  88. FollowingIterator.MoveNext() should not handle children of context
  89. itself.
  90. PrecedingIterator.MoveNext() should skip its ancestors.
  91. AxisIterator.ReverseAxis should be dependent on its containing iter.
  92. UnionIterator.MoveNext() should consider comparison of nodes in
  93. different document. The behavior is implementation dependent.
  94. (see XSLT spec 12.1)
  95. 2003-11-19 Atsushi Enomoto <[email protected]>
  96. * Added XPathComparer.cs
  97. * DefaultContext.cs : Fixed XPathFunctionId.Evaluate() to iterate base
  98. iterator correctly, and sort results.
  99. 2003-11-19 Atsushi Enomoto <[email protected]>
  100. * DefaultContext.cs : Imcomplete fix ;-)
  101. 2003-11-19 Atsushi Enomoto <[email protected]>
  102. * DefaultContext.cs : XPathFunctions.ToNumber() should catch overflow.
  103. XPathFunctionId.cs : Exposed Id expression.
  104. * Expression.cs : Added ExprLiteral.Value, and class ExprParens (it
  105. will be used to solve evaluation precedence problem).
  106. 2003-11-09 Atsushi Enomoto <[email protected]>
  107. * Iterator.cs : Fixed SlashIterator that might return nodes 1)in
  108. inconsistent order, and 2)may return duplicate result nodes.
  109. 2003-11-06 Ben Maurer <[email protected]>
  110. * Iterator.cs: (AxisIterator.ComparablePosition): Remove. Let
  111. it inherit from the base class. This made b[2] evaluated on
  112. <a /><b /><c /><a /><b /><c /> return the first b node because
  113. in the ChildIterator it was the second node and seemed to satsify
  114. the predicate.
  115. 2003-11-04 Atsushi Enomoto <[email protected]>
  116. * Iterator.cs : Added bool ReverseAxis property to identify whether
  117. the iterator is in reverse order or not. Added ComparablePosition
  118. for correct position comparison for PredicateIterator and reverse-
  119. order-axes. Modified AncestorIterator, AncestorOrSelfIterator,
  120. PrecedingIterator and PrecedingSiblingIterator to make MoveNext()
  121. return their nodes in document order. This fixes bugzilla #39079.
  122. 2003-10-15 Atsushi Enomoto <[email protected]>
  123. * Iterator.cs : DescendantIterator and FollowingIterator also should
  124. not MoveNext() after they reached to the end.
  125. 2003-10-13 Atsushi Enomoto <[email protected]>
  126. * Iterator.cs : Fixed UnionIterator who ignores document order.
  127. Fixed SlashIterator whose MoveNext() should finish at its end.
  128. 2003-09-27 Ben Maurer <[email protected]>
  129. * Iterator.cs, Expression.cs, XPathNavigator.cs: In AxisIterator
  130. use NameTable so we dont call strcmp.
  131. 2003-09-27 Ben Maurer <[email protected]>
  132. * DefaultContext.cs (translate): translate ("abc", "c", "") = "ab"
  133. not "abc".
  134. * Iterator.cs, Expression.cs: All axes are
  135. SimpleIterators. SimpleIterators are gaurenteed to give the same
  136. XPathNavigator in Current. Make AxisIterator take a
  137. SimpleIterator, not any old BaseIterator. Will allow us to make
  138. NameTable optimizations and avoid quite a few strcmp's.
  139. 2003-09-24 Ben Maurer <[email protected]>
  140. * Expression.cs: make // work right, must use another slash itr.
  141. 2003-09-21 Ben Maurer <[email protected]>
  142. * Expression.cs: cant use $$ before assigned.
  143. 2003-09-21 Ben Maurer <[email protected]>
  144. * Expression.cs, Parser.jay, XPathNavigator.cs: api beautification.
  145. 2003-09-20 Ben Maurer <[email protected]>
  146. * Expression.cs: num != double.NaN does not work.
  147. 2003-09-19 Ben Maurer <[email protected]>
  148. * Expression.cs: in NodeTypeTest dont throw an exception if it is
  149. an unknown node type (allows for better Pattern debugging).
  150. 2003-09-17 Ben Maurer <[email protected]>
  151. * DefaultContext.cs: implement sum () and translate ().
  152. 2003-09-13 Ben Maurer <[email protected]>
  153. * XPathNavigator.cs: Make methods where you pass in the context,
  154. so that we dont have to clone expressions so much.
  155. 2003-09-06 Ben Maurer <[email protected]>
  156. * DefaultContext.cs, Expresssion.cs, Parser.jay: Rewrite so that
  157. system functions are actually expressions. Will allow for some
  158. nice optimizations.
  159. 2003-08-25 Ben Maurer <[email protected]>
  160. * XPathNavigator.cs: "Smart" behavior in Matches. Nice 8x speed
  161. improvement in the method (5ms/call -> .7 ms / call) measured by
  162. monodoc's rendering of N:System.
  163. * Expression.cs: Utility methods to support above.
  164. 2003-08-13 Piers Haken <[email protected]>
  165. * Iterator.cs:
  166. fix MergedIterator.Clone(), now clones other's iterators
  167. fix DescendantIterator.Clone(), now copies depth
  168. make iterator cloning constructors more type-specific
  169. 2003-08-01 Piers Haken <[email protected]>
  170. * Expression.cs: added NodeNamespaceTest
  171. * XPathNavigator.cs: implement Select* with namespaces
  172. 2003-07-31 Ben Maurer <[email protected]>
  173. * Iterator.cs: Allow creation of an EnumeratorIterator with an
  174. XmlNamespaceManager.
  175. 2003-07-31 Piers Haken <[email protected]>
  176. * Parser.jay:
  177. Nested predicates (uses ExprFilter instead)
  178. more type safety
  179. make grammar look more like w3c spec
  180. * Expression.cs:
  181. remove ExprStep, ExprPredicates
  182. NodeTest is now a NodeSet
  183. more type-safety
  184. * Iterator.cs:
  185. PredicateIterator now only takes a single predicate expression
  186. more type-safety
  187. * XPathNavigator.cs:
  188. simplified SelectTest
  189. * XPathException.cs:
  190. fixed indenting
  191. 2003-07-30 Duncan Mak <[email protected]>
  192. * XPathException.cs
  193. (GetObjectData):
  194. (Message): Added.
  195. 2003-07-29 Piers Haken <[email protected]>
  196. * DefaultContext.cs: 'local-name' returns String, not NodeSet!
  197. 2003-07-29 Piers Haken <[email protected]>
  198. * XPathNavigator.cs:
  199. * Expression.cs:
  200. add typesafe Evaluate* methods
  201. 2003-07-29 Piers Haken <[email protected]>
  202. * DefaultContext.cs: fix 'substring-after'
  203. 2003-07-29 Piers Haken <[email protected]>
  204. * Iterator.cs: fix PredicateIterator.CurrentPosition bug (it wasn't incrementing)
  205. 2003-07-29 Ben Maurer <[email protected]>
  206. * Iterator.cs: dont throw exceptions on tostring ()
  207. 2003-07-28 Piers Haken <[email protected]>
  208. * DefaultContext.cs: better handling of null argument lists
  209. * XPathNavigator.cs: implement ComparePosition
  210. 2003-07-28 Piers Haken <[email protected]>
  211. * Expression.cs: boolean operators: handle comparing .Any better
  212. 2003-07-28 Piers Haken <[email protected]>
  213. * DefaultContext.cs: count() should return a double
  214. * Expression.cs: better support for handling non-double numbers
  215. 2003-07-28 Piers Haken <[email protected]>
  216. * DefaultContext.cs: better function param matching
  217. 2003-07-27 Piers Haken <[email protected]>
  218. * Expression.cs:
  219. * DefaultContext.cs:
  220. catch FormatExceptions while parsing numbers
  221. 2003-07-27 Piers Haken <[email protected]>
  222. * Expression.cs:
  223. fix case sorting order
  224. allow EvaluateNumber to take XPathResultType.Any
  225. 2003-07-27 Piers Haken <[email protected]>
  226. * Expression.cs:
  227. * Tokenizer.cs:
  228. don't pass null to XmlQualifiedName constructor
  229. 2003-07-27 Piers Haken <[email protected]>
  230. * DefaultContext.cs: allow 'concat' to take arbitrary-typed arguments (spec?)
  231. 2003-07-27 Piers Haken <[email protected]>
  232. * Expression.cs: allow EvaluateNodeSet to take XPathResultType.Any
  233. 2003-07-26 Piers Haken <[email protected]>
  234. * Expression.cs: fix function evaluation with ambigous argument types
  235. * XPathNavigator.cs: fix silly null reference bug
  236. 2003-07-26 Piers Haken <[email protected]>
  237. * Iterator.cs:
  238. * DefaultContext.cs:
  239. ArrayListIterator->EnumeratorIterator
  240. * Expression.cs: add sorting support
  241. 2003-07-26 Piers Haken <[email protected]>
  242. * Tokenizer.cs:
  243. * Parser.jay:
  244. move QName parsing into tokenizer
  245. * Expression.cs:
  246. fix evaluating XPathResultType.Any
  247. fix ExprDiv.ToString()
  248. fix NodeTypeTest.ToString() (for namespace axis)
  249. 2003-07-25 Piers Haken <[email protected]>
  250. * Expression.cs: return clone of $var evaluation
  251. 2003-07-26 Piers Haken <[email protected]>
  252. * Iterator.cs: add setter for NamespaceManager
  253. * XPathNavigator.cs: propagate NamespaceManager from context on Evaluate
  254. * Expression.cs: fix func/var exception strings
  255. 2003-07-25 Piers Haken <[email protected]>
  256. * Expression.cs: implement ExprFilter.Evaluate
  257. 2003-07-25 Piers Haken <[email protected]>
  258. * Expression.cs: implement ExprVariable.Evaluate
  259. 2003-07-24 Ben Maurer <[email protected]>
  260. * DefaultContext.cs: implement lang ()
  261. 2003-07-24 Piers Haken <[email protected]>
  262. * Parser.jay:
  263. * Expression.cs:
  264. allow ExprUNION to take non-nodeset (eg, $var) arguments
  265. 2003-07-24 Piers Haken <[email protected]>
  266. * Tokenizer.cs: fix variable references
  267. * Parser.jay:
  268. * Expression.cs:
  269. * XPathNavigator.cs:
  270. use XmlQualifiedName
  271. 2003-06-30 Atsushi Enomoto <[email protected]>
  272. * XPathDocument.cs : removed Driver class and restored authors' name
  273. (though it is completely rewrote).
  274. 2003-06-30 Atsushi Enomoto <[email protected]>
  275. * XPathDocument.cs : Replaced existing stub class with real
  276. XPathDocument implementation.
  277. 2003-04-28 Piers Haken <[email protected]>
  278. * Parser.jay, Tokenizer.cs: more compliant lexical parsing of ambiguous tokens
  279. 2003-03-07 Piers Haken <[email protected]>
  280. * Tokenizer.cs: allow '.'s in NCNames
  281. 2003-03-07 Piers Haken <[email protected]>
  282. * Exression.cs:
  283. * DefaultContext.cs:
  284. fixed function argument resolution
  285. 2003-02-09 Piers Haken <[email protected]>
  286. * XPathNavigator.cs:
  287. * Iterator.cs:
  288. * Expression.cs: fix namespace handling
  289. 2003-01-04 Piers Haken <[email protected]>
  290. * Parser.*: Remove extraneous "using" that was stopping the build. Permanently thisi time ;-)
  291. 2003-02-02 Piers Haken <[email protected]>
  292. * Parser.jay: add token names
  293. * Tokenizer.cs: fix NCName tokenization
  294. 2003-01-02 Atsushi Enomoto <[email protected]>
  295. * Tokenizer.cs : Fixed ParseIdentifier to allow digits.
  296. (It should be a temporary fix.)
  297. 2002-09-22 Nick Drochak <[email protected]>
  298. * Parser.cs: Remove extraneous "using" that was stopping the build.
  299. 2002-09-21 Piers Haken <[email protected]>
  300. * XPathException: implementation
  301. * Expression.cs:
  302. * Iterator.cs:
  303. * Parser.jay:
  304. * Tokenizer.jay:
  305. * XPathNavigator.jay:
  306. use XPathException.
  307. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  308. * Parser.cs: commented out non-existent namespace (it compiles fine
  309. with mcs because of a bug that is already on bugzilla).
  310. 2002-09-12 Piers Haken <[email protected]>
  311. * Tokenizer.cs: fix parsing numbers that start with '.'
  312. * DefaultContext.cs: use MS-compatible formatting of doubles
  313. 2002-09-12 Piers Haken <[email protected]>
  314. * Iterator.cs: added NullIterator to handle unspecified contexts
  315. * XPathNavigator.cs: use NullIterator insted of SelfIterator when context is unspecified.
  316. * XPathNodeIterator.cs: change default _count to -1 to prevent recalculations for NullIterators
  317. 2002-09-12 Piers Haken <[email protected]>
  318. * Expression.cs, Parser.jay: allow ExprSLASH to take a generic expression as its left argument.
  319. * Iterator.cs: fix SlashIterator.Clone() when _iterRight is null.
  320. * DefaultContext.cs: fix id() return type.
  321. 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
  322. * DefaultContext.cs: fixed bug #28840.
  323. * Expression.cs: added FIXME.
  324. 2002-08-17 Jason Diamond <[email protected]>
  325. * XPathNavigator.cs: Fixed matching on patterns that look like
  326. absolute XPath expressions.
  327. 2002-08-17 Jason Diamond <[email protected]>
  328. * XPathNavigator.cs: Added naive (but working) implementation of
  329. Matches.
  330. 2002-07-31 Piers Haken <[email protected]>
  331. * XPathDocument.cs: simple, XmlDocument-based implementation
  332. 2002-07-25 Piers Haken <[email protected]>
  333. * DefaultContext.cs: implement XPathFunctionName 'name()' function.
  334. 2002-07-17 Piers Haken <[email protected]>
  335. * DefaultContext.cs: implement 'string-length()', 'normalize-space()'
  336. * Parser.jay: remove redundant production
  337. * Expression.cs: add switches for debugging under VS.NET
  338. 2002-07-17 Piers Haken <[email protected]>
  339. * Expression.cs: implement nodeset/nodeset comparisons (non-optimal)
  340. 2002-07-15 Piers Haken <[email protected]>
  341. * Iterator.cs:
  342. - rename UnionIterator to MergedIterator,
  343. - create new UnionIterator to implment uniqueness for '|' operator
  344. - fix position bug in ArrayListIterator.Clone()
  345. * Expression.cs: use new UnionIterator constructor syntax
  346. 2002-07-12 Piers Haken <[email protected]>
  347. * Iterator.cs: PredicateIterator: handle numeric predicates
  348. * Parser.jay: add some debugging support: yyparseDebug
  349. * Tokenizer.cs: cleanup, include '-' chars in identifier tokens
  350. 2002-06-29 Piers Haken <[email protected]>
  351. * Expression.cs:
  352. - remove dead code
  353. - NodeTest uses XPathResultType instead of internal NodeTestTypes enum
  354. - remove NodeTestTypes enum
  355. - remove NodeTestTypeAny (functionality provided by base now)
  356. - fix ExprStep to handle wildcard QNames
  357. * Parser.jay:
  358. - moved to Mono.Xml.XPath namespace
  359. - use XPathResultType
  360. - handle wildcard QNames
  361. * Tokenizer.cs: moved to Mono.Xml.XPath namespace
  362. * XPathNavigator.cs: implement
  363. - IsDescendant
  364. - SelectAncestors
  365. - SelectDescendants
  366. - SelectChildren
  367. * XPathResultType.cs: fix enum values
  368. 2002-06-24 Jason Diamond <[email protected]>
  369. * XPathScanner.cs: Removed.
  370. 2002-06-24 Dick Porter <[email protected]>
  371. * XmlCaseOrder.cs: Fix namespace
  372. 2002-06-23 Piers Haken <[email protected]>
  373. * DefaultContext.cs: implemented XPathFUnctionId
  374. * Iterator.cs: new ArrayListIterator for id() support
  375. 2002-06-23 Piers Haken <[email protected]>
  376. * XPathNavigator.cs: implement:
  377. - Compile
  378. - Evaluate
  379. - Clone
  380. - Select
  381. - ToString
  382. - some forwarding methods
  383. * XPathNodeIterator: implement caching Count
  384. * Tokenizer.cs: new XPath tokenizer
  385. * Parser.jay: new XPath grammar
  386. * Parser.cs: new precompiled XPath grammar
  387. * Expression.cs: new XPath expression objects
  388. * Iterator.cs: new XPath result/context objects
  389. * DefaultContext.cs: new XPath function binding context
  390. 2002-05-08 Tim Coleman <[email protected]>
  391. * XPathDocument.cs:
  392. * XPathException.cs: New stub files added.
  393. 2002-04-12 Duncan Mak <[email protected]>
  394. * XmlCaseOrder.cs: Moved to here from System.Xml.
  395. 2002-03-26 Jason Diamond <[email protected]>
  396. * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
  397. steps. Both absolution and relative abbreviated location paths.
  398. 2002-03-25 Jason Diamond <[email protected]>
  399. * XPathScanner.cs: Added new file. This class is supposed to be internal
  400. but that would make it impossible to test.
  401. 2002-03-08 Duncan Mak <[email protected]>
  402. * XPathNamespaceScope.cs:
  403. * XPathNodeType.cs:
  404. * XPathResultType.cs:
  405. * XmlDataType.cs:
  406. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  407. implementation. XPathResultType is interesting as EnumCheck does
  408. not show the Navigator element, but shows the String element twice.
  409. 2002-03-08 Jason Diamond <[email protected]>
  410. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  411. 2002-03-06 Jason Diamond <[email protected]>
  412. * ChangeLog: Added to this directory.
  413. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  414. XPathResultType.cs: New files.
  415. * XPathNavigator.cs: Stubbed out all properties and methods.