ChangeLog 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. 2003-01-13 Ville Palo <[email protected]>
  2. * XmlDocument.cs: Added CheckName () method to check names validity.
  3. 2003-01-11 Gonzalo Paniagua Javier <[email protected]>
  4. * XmlTextReader.cs:
  5. (ReadOuterXml): use Depth property which return elementDepth, not depth.
  6. 2003-01-11 Atsushi Enomoto <[email protected]>
  7. * XmlElement.cs : (by ville) XmlElement.set_InnerText event bugfix.
  8. * XmlTextReader.cs : some fix for ReadOuterXml().
  9. 2003-01-08 Atsushi Enomoto <[email protected]>
  10. * XmlTextReader.cs : bugfix for attributes related to creation of
  11. XmlAttribute *node*.
  12. 2003-01-08 Atsushi Enomoto <[email protected]>
  13. * XmlTextReader.cs : bugfix for attribute values which have entity
  14. references.
  15. 2002-12-28 Ville Palo <[email protected]>
  16. * XmlDocument.cs: XmlTextWriter.Formatting == Indented when
  17. calling Save () -methods.
  18. 2002-12-28 Atsushi Enomoto <[email protected]>
  19. * XmlNodeReader.cs : primitive reading implementation.
  20. 2002-12-28 Atsushi Enomoto <[email protected]>
  21. * XmlElement.cs : quick fix for the incomplete patch of #35308 below.
  22. 2002-12-28 Atsushi Enomoto <[email protected]>
  23. * XmlDocument.cs : removed inconsistent line-feed output.
  24. * XmlElement.cs, XmlTextWriter.cs :
  25. fixed for bugzilla 35308 (default ns output)
  26. * XmlWhitespace.cs : limited output only when preserving whitespace.
  27. 2002-12-24 Atsushi Enomoto <[email protected]>
  28. * XmlAttribute.cs, XmlDocument.cs, XmlTextReader.cs:
  29. Implemented XmlTextReader.ReadAttributeValue().
  30. Added internal ReadAttributeNodeValue().
  31. Fixed XmlAttribute.InnerXml to use these methods.
  32. * XmlDocument.cs, XmlDocumentFragment.cs, XmlElement.cs, XmlNode.cs:
  33. Implemented XmlDocument.ReadNode() and removed ConstructDOM().
  34. Other changes are replacing them.
  35. 2002-12-24 Atsushi Enomoto <[email protected]>
  36. * XmlDocument.cs: patch by Ville (fixed default PreserveWhitespace)
  37. 2002-12-21 Atsushi Enomoto <[email protected]>
  38. * XmlElement.cs, XmlTextWriter.cs, XmlWriter.cs:
  39. patch by JD Conley <[email protected]>.
  40. (Fix for xmlns attribute output.)
  41. 2002-12-05 Ville Palo <[email protected]>
  42. * XmlQualifiedName.cs: Little fix to ToString () -method
  43. 2002-12-04 Tim Haynes <[email protected]>
  44. * class/System.XML/System.Xml/XmlElement.cs: Made more refined
  45. checks on attributeNode to fix 32262.
  46. 2002-12-03 Atsushi Enomoto <[email protected]>
  47. * XmlDocument.cs (CreateNavigator(XmlNode)) : reverted
  48. * XmlTextWriter.cs (WriteStartElementInternal):
  49. fixed when default namespace was specified, all descendants
  50. fail to omit the default namespace declarations.
  51. * XmlAttribute.cs,
  52. XmlDocument.cs,
  53. XmlNode.cs (internal XmlLang/XmlSpace) : implemented(defined)
  54. * XmlAttribute.cs,
  55. XmlDocumentFragment.cs,
  56. XmlElement.cs (set_InnerXml): now uses XmlLang/XmlSpace
  57. * XmlElement.cs (set_IsEmpty) : implemented
  58. (WriteTo) : removed my improper indenting (Writer already done)
  59. * XmlNode.cs (BaseURI) : fixed if ParentNode is null, NullPointerEx
  60. (ConstructDOM) : implemented when xmlReader isn't XmlTextReader
  61. ...and renamed XmlDocument.ConventionalParser to ReusableReader ;-)
  62. 2002-12-01 Atsushi Enomoto <[email protected]>
  63. * XmlNode.cs (RemoveChild):
  64. bugfixed when XmlNode is Document OwnerDocument is null
  65. * XmlDeclaration.cs (Value):
  66. bugfixed regular expression pattern.
  67. * XmlDocument.cs (CreateNavigator): bugfixed access modifier.
  68. 2002-11-24 Duncan Mak <[email protected]>
  69. * XmlImplementation.cs (HasFeature): Fixed a typo. Thanks for
  70. Fabricio Barros Cabral (fx) on #mono for spotting it. This is his
  71. first patch to Mono! ;-)
  72. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  73. * XmlNode.cs:
  74. (AppendChild): readded refChild != null condition before throwing
  75. "cannot insert this node in this position" exception. There's probably
  76. a better solution. Fixes #34191.
  77. (RemoveAll): changed following Atsushi instructions.
  78. 2002-11-13 Duncan Mak <[email protected]>
  79. * XmlElement.cs (IsEmpty): A temporary check-in to keep gtk-sharp
  80. compiling.
  81. 2002-11-14 Atsushi Enomoto <[email protected]>
  82. * XmlDocument.cs : unified all constructors, added ConventionalParser,
  83. implemented CloneNode() and CreateEntityReference(),
  84. * XmlEntityReference.cs : set_Value, WriteContentTo, WriteTo
  85. set BaseURI to MonoTODO
  86. * XmlNode.cs : implemented PrependChild, modified ConstructDOM,
  87. bugfix InsertAfter (incorrect prepending) and InsertBefore
  88. (more than one DocumentElements hadn't caused errors)
  89. * XmlTextReader.cs : unified all constructors,
  90. added internal SetReaderContext(), SetReaderFragment()
  91. bugfix (syntax check of PUBLIC / getting internal subset)
  92. 2002-11-13 Atsushi Enomoto <[email protected]>
  93. XmlAttribute.cs : set_InnerText, set_InnerXml, some check for set_Prefix
  94. XmlAttributeCollection.cs : (indexer) this[localName, namespaceURI]
  95. XmlCharacterData.cs : exchanged Data and Value
  96. (for processing events and inheritance)
  97. XmlDocumentFragment.cs : set_InnerXml
  98. XmlSignificantWhitespace.cs : set_Value
  99. XmlTextReader.cs : ReadAttributeValue
  100. 2002-11-04 Atsushi Enomoto <[email protected]>
  101. XmlAttribute.cs: fixed missing internal 'OwnerElement''SetOwnerElement'
  102. 2002-11-03 Atsushi Enomoto <[email protected]>
  103. * XmlAttributeCollection.cs : checks owner element.
  104. implemented CopyTo, InsertAfter, InsertBefore, Prepend,
  105. Remove, RemoveAt, SetNamedItem.
  106. removed some logics that sets 'Parent' (that should be null)
  107. * XmlDocument.cs : set_InnerXml, [PreserveWhitespace(incomplete)]
  108. * XmlDocumentFragment.cs : get_InnerXml, WriteContentTo, WriteTo
  109. * XmlElement.cs : implemented WriteTo, set_InnerText.
  110. Fixed WriteTo() to add xmlns:* attributes when
  111. writer.LookupPrefix() returned mismatching.
  112. * XmlNamedNodeMap.cs : compare not only name but localname and nsuri.
  113. Removing different prefixes for the same uri now runs correct.
  114. added SetNamedItem(XmlNode node, int position_to_insert).
  115. * XmlNode.cs : ConstructDOM (logically) creates XmlEntityReference,
  116. XmlWhitespace, and XmlSignificantWhitespace
  117. 2002-10-31 Atsushi Enomoto <[email protected]>
  118. * XmlDocument.cs : implemented CreateDocumentFragment()
  119. * XmlElement.cs, XmlLinkedNode.cs :
  120. moved LastLinkedChild from XmlElement to XmlLinkedNode.
  121. * XmlEntityReference.cs : must throw NotImplementedException.
  122. * XmlNode.cs :
  123. + implemented InsertBefore() and then implemented InsertAfter()
  124. and modified AppendChild() to call it.
  125. + added logic to check ReadOnly, parent document equivalence,
  126. and inserting any 'content' before/after DocumentElement.
  127. + implemented Clone() [it is equals to CloneNode() by MS doc.]
  128. + added logic in RemoveChild() to check parent of oldChild.
  129. + fixed ConstructNamespaceManager() to internal only.
  130. 2002-10-29 Atsushi Enomoto <[email protected]>
  131. * XmlAttribute.cs : add internal 'IsDefault' property
  132. (equals to !Specified)
  133. * XmlImplementation.cs : added 'internalNameTable' property.
  134. * XmlDocument.cs :
  135. + now allows "" for 'standalone' in CreateXmlDeclaration.
  136. + implemented 'Implementation' property and constructor with it.
  137. + added logic for appending name table (but still no use)
  138. + implemented property 'DocumentType'
  139. (but without internalSubset parsing. wait for next update.)
  140. * XmlNode.cs :
  141. + modified AppendChild() and RemoveChild() to support fragment.
  142. + modified AppendChild() to remove newChild from its parent
  143. when newChild is already in the other place.
  144. + modified RemoveChild() to set parentNode null.
  145. + modified ConstructDOM() to create DocumentType,
  146. and fixed access modifier ('internal protected' to 'internal')
  147. * XmlLinkedNode.cs : fixed 'NextSibling' to return null
  148. when its parent is null.
  149. * XmlDocumentFragment.cs : added internal override 'LastLinkedChild'
  150. property to enable AppendChild() for this class.
  151. * XmlTextReader.cs : appended private publicId and systemId fields.
  152. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  153. * XmlTextReader.cs: make it work when the underlying Stream is not
  154. 'seekable'.
  155. 2002-10-26 Piers Haken <[email protected]>
  156. * XmlNode.cs: add virtual property XPathNodeType
  157. * XmlAttribute.cs:
  158. * XmlComment.cs:
  159. * XmlDocument.cs:
  160. * XmlElement.cs::
  161. * XmlProcessingInstruction.cs:
  162. * XmlSignificantWhitespace.cs:
  163. * XmlText.cs:
  164. * XmlWhitespace.cs: implement XPathNodeType property
  165. * XmlDocumentNavigator.cs: use XPathNodeType property instead of switch
  166. 2002-10-26 Piers Haken <[email protected]>
  167. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  168. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  169. * XmlTextReader.cs: don't increment depth for entity references.
  170. 2002-10-22 Tim Haynes <[email protected]>
  171. * - Fixed the duplication of xmlns:xx = yy when serializing the
  172. XML for serialization
  173. Fixed the unnecessary parsing/serializing when adding assemblies
  174. for serialization
  175. Avoided setting the XmlNode.InnerXml property
  176. (as it's not implemented)
  177. Fixed the usage/implementation of
  178. XmlElement.GetElementsByTagName()
  179. 2002-10-21 Duncan Mak <[email protected]>
  180. * XmlDocument.cs:
  181. * XmlElement.cs:
  182. * XmlNode.cs:
  183. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  184. Atsushi Enomoto <[email protected]>.
  185. 2002-10-18 Duncan Mak <[email protected]>
  186. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  187. <[email protected]>.
  188. 2002-10-12 A.Enomoto <[email protected]>
  189. * XmlDocument.cs (ImportNode): Implemented
  190. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  191. * XmlDocument.cs: one more Load method implemented.
  192. * XmlTextReader.cs: Depth now works.
  193. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  194. * XmlConvert.cs: IsInvalid is now internal.
  195. * XmlNamespaceManager.cs: implemented RemoveNamespace
  196. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  197. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  198. 2002-09-19 Matt Hunter <[email protected]>
  199. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  200. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  201. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  202. * XmlConvert.cs: finished implementation.
  203. * XmlTextReader.cs: fixed #30239.
  204. * XmlTextWriter.cs: fixed #30240.
  205. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  206. * XmlTextReader.cs: line and position begin with 1.
  207. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  208. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  209. and output line and position info in Message.
  210. * XmlReader.cs: implemented missing bits.
  211. 2002-09-12 Piers Haken <[email protected]>
  212. * XmlDocumentNavigator.cs: implement MoveToId()
  213. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  214. * XmlTextWriter.cs: fixed bug #29886.
  215. 2002-08-26 Ravi Pratap <[email protected]>
  216. * XmlAttribute.cs (InnerText): Implement getting this property.
  217. * XmlNode.cs (InnerText): Ensure that we append only values of
  218. text nodes.
  219. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  220. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  221. that allowed compiling this.
  222. [ FIXME: filed bug #29435. mcs should have failed on this ]
  223. 2002-08-25 Tim Coleman <[email protected]>
  224. * XmlNode.cs:
  225. Change CreateNavigator to not be virtual.
  226. * XmlElement.cs:
  227. Add set_Prefix and InnerText accessors.
  228. * XmlEntityReference.cs:
  229. Add set_Value accessor.
  230. * XmlTextWriter.cs:
  231. Make objects which should be private private.
  232. * XmlWriter.cs:
  233. Remove WriteStartElementInternal abstract definition.
  234. * XmlValidatingReader.cs:
  235. New stubs added.
  236. 2002-08-22 Jason Diamond <[email protected]>
  237. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  238. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  239. 2002-08-22 Jason Diamond <[email protected]>
  240. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  241. courtesy of Matt Hunter <[email protected]>.
  242. 2002-08-22 Jason Diamond <[email protected]>
  243. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  244. qualified GetElementsByTagName courtesy of Matt Hunter
  245. <[email protected]>.
  246. 2002-08-19 Jason Diamond <[email protected]>
  247. * XmlDocument.cs, XmlElement.cs: Added implementation of
  248. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  249. 2002-08-16 Jason Diamond <[email protected]>
  250. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  251. Marcus Bürgel <[email protected]>.
  252. 2002-08-13 Tim Coleman <[email protected]>
  253. * XmlTextWriter.cs:
  254. Partial implementation of WriteQualifiedName ().
  255. 2002-08-07 Kral Ferch <[email protected]>
  256. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  257. InsertData(), and ReplaceData(). These methods fire the
  258. NodeChanging and NodeChanged events.
  259. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  260. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  261. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  262. 2002-08-03 Tim Coleman <[email protected]>
  263. * XmlNamespaceManager.cs:
  264. .Net allows the empty namespace to be redefined
  265. at a later point, but the current implementation
  266. did not. This fixes a hashtable conflict.
  267. 2002-07-26 Tim Coleman <[email protected]>
  268. * XmlTextWriter.cs:
  269. When given a textwriter, check to see if it has a
  270. null encoding. This was being done for other inputs
  271. than a textwriter.
  272. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  273. * XmlTextReader.cs: rough line/column support.
  274. 2002-07-23 Duncan Mak <[email protected]>
  275. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  276. (string, string []) is particularly strange.
  277. * XmlException.cs: Remember to call the base serialization
  278. constructor.
  279. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  280. 2002-07-14 Jason Diamond <[email protected]>
  281. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  282. parentNode field.
  283. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  284. if the current node is an attribute.
  285. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  286. owner element.
  287. 2002-07-12 Jason Diamond <[email protected]>
  288. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  289. creating an element, use String.Empty instead.
  290. 2002-07-12 Piers Haken <[email protected]>
  291. * XmlAttributeCollection.cs: implement some ItemOf indexers
  292. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  293. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  294. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  295. 2002-10-26 Piers Haken <[email protected]>
  296. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  297. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  298. * XmlTextReader.cs: don't increment depth for entity references.
  299. 2002-10-22 Tim Haynes <[email protected]>
  300. * - Fixed the duplication of xmlns:xx = yy when serializing the
  301. XML for serialization
  302. Fixed the unnecessary parsing/serializing when adding assemblies
  303. for serialization
  304. Avoided setting the XmlNode.InnerXml property
  305. (as it's not implemented)
  306. Fixed the usage/implementation of
  307. XmlElement.GetElementsByTagName()
  308. 2002-10-21 Duncan Mak <[email protected]>
  309. * XmlDocument.cs:
  310. * XmlElement.cs:
  311. * XmlNode.cs:
  312. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  313. Atsushi Enomoto <[email protected]>.
  314. 2002-10-18 Duncan Mak <[email protected]>
  315. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  316. <[email protected]>.
  317. 2002-10-12 A.Enomoto <[email protected]>
  318. * XmlDocument.cs (ImportNode): Implemented
  319. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  320. * XmlDocument.cs: one more Load method implemented.
  321. * XmlTextReader.cs: Depth now works.
  322. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  323. * XmlConvert.cs: IsInvalid is now internal.
  324. * XmlNamespaceManager.cs: implemented RemoveNamespace
  325. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  326. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  327. 2002-09-19 Matt Hunter <[email protected]>
  328. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  329. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  330. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  331. * XmlConvert.cs: finished implementation.
  332. * XmlTextReader.cs: fixed #30239.
  333. * XmlTextWriter.cs: fixed #30240.
  334. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  335. * XmlTextReader.cs: line and position begin with 1.
  336. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  337. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  338. and output line and position info in Message.
  339. * XmlReader.cs: implemented missing bits.
  340. 2002-09-12 Piers Haken <[email protected]>
  341. * XmlDocumentNavigator.cs: implement MoveToId()
  342. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  343. * XmlTextWriter.cs: fixed bug #29886.
  344. 2002-08-26 Ravi Pratap <[email protected]>
  345. * XmlAttribute.cs (InnerText): Implement getting this property.
  346. * XmlNode.cs (InnerText): Ensure that we append only values of
  347. text nodes.
  348. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  349. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  350. that allowed compiling this.
  351. [ FIXME: filed bug #29435. mcs should have failed on this ]
  352. 2002-08-25 Tim Coleman <[email protected]>
  353. * XmlNode.cs:
  354. Change CreateNavigator to not be virtual.
  355. * XmlElement.cs:
  356. Add set_Prefix and InnerText accessors.
  357. * XmlEntityReference.cs:
  358. Add set_Value accessor.
  359. * XmlTextWriter.cs:
  360. Make objects which should be private private.
  361. * XmlWriter.cs:
  362. Remove WriteStartElementInternal abstract definition.
  363. * XmlValidatingReader.cs:
  364. New stubs added.
  365. 2002-08-22 Jason Diamond <[email protected]>
  366. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  367. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  368. 2002-08-22 Jason Diamond <[email protected]>
  369. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  370. courtesy of Matt Hunter <[email protected]>.
  371. 2002-08-22 Jason Diamond <[email protected]>
  372. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  373. qualified GetElementsByTagName courtesy of Matt Hunter
  374. <[email protected]>.
  375. 2002-08-19 Jason Diamond <[email protected]>
  376. * XmlDocument.cs, XmlElement.cs: Added implementation of
  377. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  378. 2002-08-16 Jason Diamond <[email protected]>
  379. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  380. Marcus Bürgel <[email protected]>.
  381. 2002-08-13 Tim Coleman <[email protected]>
  382. * XmlTextWriter.cs:
  383. Partial implementation of WriteQualifiedName ().
  384. 2002-08-07 Kral Ferch <[email protected]>
  385. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  386. InsertData(), and ReplaceData(). These methods fire the
  387. NodeChanging and NodeChanged events.
  388. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  389. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  390. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  391. 2002-08-03 Tim Coleman <[email protected]>
  392. * XmlNamespaceManager.cs:
  393. .Net allows the empty namespace to be redefined
  394. at a later point, but the current implementation
  395. did not. This fixes a hashtable conflict.
  396. 2002-07-26 Tim Coleman <[email protected]>
  397. * XmlTextWriter.cs:
  398. When given a textwriter, check to see if it has a
  399. null encoding. This was being done for other inputs
  400. than a textwriter.
  401. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  402. * XmlTextReader.cs: rough line/column support.
  403. 2002-07-23 Duncan Mak <[email protected]>
  404. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  405. (string, string []) is particularly strange.
  406. * XmlException.cs: Remember to call the base serialization
  407. constructor.
  408. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  409. 2002-07-14 Jason Diamond <[email protected]>
  410. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  411. parentNode field.
  412. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  413. if the current node is an attribute.
  414. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  415. owner element.
  416. 2002-07-12 Jason Diamond <[email protected]>
  417. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  418. creating an element, use String.Empty instead.
  419. 2002-07-12 Piers Haken <[email protected]>
  420. * XmlAttributeCollection.cs: implement some ItemOf indexers
  421. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  422. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  423. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  424. * XmlTextWriter: Fixed Indentation. IndentationOverridden should
  425. not be set when inside a attribute.
  426. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  427. * XmlTextWriter: In WriteStartElement, if namespace is null and
  428. prefix is null|empty do not write out xmlns=""
  429. * XmlWriter: WriteStartElement calls the virtual method with null
  430. argument instead of empty string.
  431. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  432. * XmlTextReader.cs: implemented .ctor (Stream).
  433. 2002-06-26 Duncan Mak <[email protected]>
  434. * XmlNodeReader.cs: Implementation of most of the properties, and
  435. some of the related methods.
  436. 2002-06-23 Piers Haken <[email protected]>
  437. * XmlDocumentNavigator.cs: implement Clone()
  438. * XmlElement.cs: remove bogus unimplemented override of InnerText
  439. * XmlNode.cs: implment SelectNodes/SelectSingleNode
  440. * XmlNodeArrayList.cs: new support class for SelectNodes
  441. 2002-06-21 Ajay kumar Dwivedi <[email protected]>
  442. * XmlQualifiedName: Name and Namespaces are never null. If null is passed
  443. to the constructor, set them to empty strings.
  444. Fixed the Operators.
  445. 2002-06-18 Ajay kumar Dwivedi <[email protected]>
  446. * XmlTextReader.cs: HasLineInfo returns false instead of throwing an
  447. Exception.
  448. 2002-06-14 Duncan Mak <[email protected]>
  449. * XmlConvert.cs: Added CLSCompliant attributes to methods.
  450. 2002-06-12 Duncan Mak <[email protected]>
  451. * XmlCharacterData.cs (Value): Throw an ArgumentException in the
  452. set block if the node is read-only.
  453. 2002-06-10 Ajay kumar Dwivedi <[email protected]>
  454. * XmlConstruct.cs : New Internal class with Helper methods for
  455. Checking XmlConstructs
  456. * XmlConvert.cs: Implemented most of the methods
  457. 2002-06-08 Duncan Mak <[email protected]>
  458. * XmlDocument.cs (Load):
  459. Added bits to Load (string) for BaseURI support.
  460. * XmlAttribute.cs (BaseURI):
  461. * XmlDocument.cs (BaseURI):
  462. * XmlEntity.cs (BaseURI): Implemented.
  463. 2002-05-27 Jason Diamond <[email protected]>
  464. * XmlDocumentNavigator.cs: Added file to directory.
  465. * XmlNode.cs (CreateNavigator): Implemented.
  466. (InnerText): Implemented.
  467. * XmlDocument.cs (NamespaceURI, Prefix): Return String.Empty instead of
  468. throwing exception.
  469. (Load(XmlReader)): Allow for namespace qualified attributes.
  470. * XmlElement.cs: Implemented GetAttribute(string, string) and both
  471. GetAttributeNode overloads.
  472. (SetAttributeNode(XmlAttribute)): Implemented.
  473. * XmlNamedNodeMap.cs: Fixed copy/paste bugs in GetNamedItem(string, string)
  474. and RemoveNamedItem(string, string).
  475. * XmlLinkedNode.cs (PreviousSibling): Implemented.
  476. * XmlTextReader.cs: Added code to maintain the order of attributes as
  477. they're parsed. XML doesn't require this but Microsoft's parser does it and
  478. matching them makes testing easier so now we have it, too.
  479. 2002-05-26 Miguel de Icaza <[email protected]>
  480. * XmlDocument.cs: Implement the Save methods.
  481. 2002-05-08 Mike Kestner <[email protected]>
  482. * XmlNamedNodeMap.cs (SetNamedItem): Fixed a copy/paste bug.
  483. 2002-04-28 Duncan Mak <[email protected]>
  484. * XmlSignificantWhitespace.cs (Value):
  485. * XmlWhitespace.cs (Value): Added MonoTODO to the 'set'
  486. block. Added new private method, IsValidWhitespaceChar, for
  487. checking.
  488. 2002-04-16 Duncan Mak <[email protected]>
  489. * XmlParserContext.cs (NameTable): Fixed a typo in the set block.
  490. 2002-04-12 Duncan Mak <[email protected]>
  491. * XmlAttribute.cs (Prefix): Added preliminary code for set block,
  492. added comment on work that needs to be done here. A new MonoTODO item.
  493. * XmlDocument.cs (ctor): Corrected constructor signature, changed
  494. parameter from 'NameTable' to 'XmlNameTable'.
  495. * XmlDocumentFragment.cs (InnerXml): Added missing set block.
  496. * XmlCaseOrder.cs: Moved to System.Xml.XPath.
  497. 2002-04-10 Duncan Mak <[email protected]>
  498. * XmlNodeReader.cs: Initial stubs for the class.
  499. 2002-04-08 Kral Ferch <[email protected]>
  500. * XmlAttributes.cs: InnerXml getter, WriteContentTo, and WriteTo
  501. implementations.
  502. * XmlDeclaration.cs: WriteTo implementation.
  503. * XmlDocument.cs: InnerXml getter implementation.
  504. * XmlElement.cs: InnerXml getter implementation.
  505. * XmlNode.cs: Removed MonoTODO attrib on OuterXml.
  506. * XmlSignificantWhitespace.cs: WriteTo implementation.
  507. * XmlText.cs: WriteContentTo and WriteTo implementation.
  508. * XmlTextWriter.cs: WriteRaw implementation.
  509. * XmlWhitespace.cs: WriteContentTo and WriteTo implementations.
  510. 2002-04-05 Kral Ferch <[email protected]>
  511. * XmlAttributes.cs: Added reminder MonoTODO to set NamespaceURI
  512. if prefix in constructor is one of the default ones.
  513. * XmlCharacterData.cs: Returns String.Empty for Value and Data
  514. even when constructed with null.
  515. * XmlDeclaration.cs: Value doesn't put encoding or standalone
  516. in if they are empty.
  517. * XmlDocument.cs: Implemented CreateNode methods and this caused
  518. the changes in the other files in this checkin.
  519. * XmlProcessingInstruction.cs: Returns String.Empty for Value and Data
  520. even when constructed with null.
  521. * XmlWhitespace.cs: Changed Value 'get' to return Data.
  522. 2002-04-01 Kral Ferch <[email protected]>
  523. * XmlTextWriter.cs: Impls for WriteEndDocument and WriteFullEndElement.
  524. 2002-03-31 Kral Ferch <[email protected]>
  525. * XmlTextWriter.cs: Impls for LookupPrefix, WriteBase64,
  526. and WriteCharEntity.
  527. * XmlWrite.cs: Fixed bug where attribute namespace decl
  528. was pushing a scope onto the namespace manager when it shouldn't
  529. have been.
  530. 2002-03-31 Kral Ferch <[email protected]>
  531. * XmlTextWriter.cs: Some tweaks for WriteAttibuteString
  532. in different states (no open start element, in WriteState.Content mode).
  533. 2002-03-29 Kral Ferch <[email protected]>
  534. * XmlTextWriter.cs: XmlLang and XmlSpace properties
  535. and WriteWhitespace.
  536. * XmlTextWriterOpenElement.cs: scope support for XmlLang
  537. and XmlSpace.
  538. 2002-03-29 Kral Ferch <[email protected]>
  539. * XmlTextWriter.cs: Working on Attribute methods.
  540. * XmlWriter.cs: Working on Attribute methods.
  541. 2002-03-28 Duncan Mak <[email protected]>
  542. * XmlDocument.cs (CreateWhitespace):
  543. (CreateSignificantWhitespace): Removed extraneous call to the ToCharArray
  544. method.
  545. * XmlSignificantWhitespace.cs (Value): Removed MonoTODO attribute.
  546. 2002-03-26 Duncan Mak <[email protected]>
  547. * XmlDocument.cs (CreateDocumentType): Implemented.
  548. * XmlNode.cs (Value): Implemented.
  549. * XmlProcessingInstruction.cs (InnerText): Implemented. It works just
  550. like XmlCharacterData.
  551. * XmlDeclaration.cs (CloneNode):
  552. * XmlDocument.cs (CreateXmlDeclaration): Added missing constructor
  553. arguments.
  554. * XmlCharacterData.cs (InnerText): Implemented. Funny that the
  555. docs say it is the "The concatenated values of the node and all
  556. the children of the node.". I wrote some test programs and
  557. couldn't get any of the derived nodes to AppendChild. For now,
  558. InnerText == Data == Value.
  559. (Substring): Fixed typo.
  560. * XmlDeclaration.cs (XmlDeclaration): Fixed the constructor parameter signature.
  561. * XmlImplementation.cs (CreateDocument): Implemented.
  562. 2002-03-25 Duncan Mak <[email protected]>
  563. * XmlDeclaration.cs: Rewrote the class, fixed formatting, added
  564. missing properties (InnerText, Value).
  565. * XmlDocument.cs (CreateXmlDeclaration): Implemented.
  566. 2002-03-23 Kral Ferch <[email protected]>
  567. * XmlTextWriter.cs: Impls for BaseStream and
  568. Namespaces and WriteState.
  569. * XmlWriter.cs: WriteState and WriteStartElementInternal.
  570. 2002-03-23 Kral Ferch <[email protected]>
  571. * XmlNodeListChildren.cs: made class internal
  572. instead of public. Shouldn't be visible outside
  573. of System.Xml.
  574. * XmlTextWriter.cs: Implementations for Formatting,
  575. IndentChar, Indenting, QuoteChar, WriteStartDocument(standalone).
  576. Suppresses encoding on xml declaration if null stream passed in.
  577. Formats output including suppressing indentation for elements in
  578. mixed content mode.
  579. * XmlTextWriterOpenElement.cs: Initial checkin.
  580. XmlTextWriter uses stack of these objects to track
  581. state.
  582. 2002-03-22 Mike Kestner <[email protected]>
  583. * XmlElement.cs: impl HasAttribute(string name).
  584. 2002-03-22 Duncan Mak <[email protected]>
  585. * XmlElement.cs: Reformatted.
  586. (CloneNode) Corrected.
  587. * XmlDocument.cs (CreateWhitespace):
  588. (CreateSignificantWhitespace): Implemented.
  589. * XmlAttribute.cs (CloneNode): Changed the child's CloneNode to
  590. true, because Attributes have ChildNodes.
  591. 2002-03-21 Kral Ferch <[email protected]>
  592. * XmlTextWriter.cs: WriteStartDocument tracks state, writes out
  593. xml declaration along with encoding. WriteEndElement throws
  594. exception if no WriteStartElement exists.
  595. 2002-03-20 Duncan Mak <[email protected]>
  596. * XmlEntityReference.cs (CloneNode): Implemented.
  597. * XmlException.cs (Message): Implemented. We need to cache the
  598. message string because SystemException doesn't expose 'message'
  599. from Exception.
  600. * XmlText.cs (Value): Added in the missing Value property.
  601. 2002-03-20 Duncan Mak <[email protected]>
  602. * XmlAttribute.cs (CloneNode): Implemented.
  603. * XmlDocumentFragment.cs (CloneNode): Implemented.
  604. * XmlElement.cs (CloneNode): Implemented.
  605. 2002-03-19 Duncan Mak <[email protected]>
  606. * XmlNotation.cs: Added to CVS.
  607. * XmlAttribute.cs (CloneNode): First crack at the CloneNode method.
  608. * XmlCDataSection.cs (CloneNode): Implemented.
  609. * XmlDocumentFragment.cs: Reformatted and added the missing properties
  610. (InnerXml, OwnerDocument, ParentNode).
  611. (CloneNode): Implemented.
  612. * XmlSignificantWhitespace.cs (CloneNode): Implemented.
  613. (Value) Implemented the 'get' property.
  614. * XmlWhitespace.cs (Module): implemented.
  615. 2002-03-19 Jason Diamond <[email protected]>
  616. * XmlDocument.cs: Fixed typo in Load that was duplicating the LocalName
  617. in the prefix.
  618. 2002-03-18 Jason Diamond <[email protected]>
  619. * XmlTextReader.cs: Don't restore properties after reading last
  620. attribute on an element.
  621. * XmlDocument.cs: Move back to element after reading attributes
  622. so that IsEmptyElement test succeeds.
  623. 2002-03-18 Kral Ferch <[email protected]>
  624. * XmlNamespaceManager.cs: Implemented LookupPrefix.
  625. * XmlTextWriter.cs: Implemented namespace and prefix support.
  626. 2002-03-18 Kral Ferch <[email protected]>
  627. * XmlTextReader.cs: Restores properties after
  628. reading last attribute on an element.
  629. * XmlNode.cs: AppendChild sets the parent
  630. on the child.
  631. 2002-03-17 Kral Ferch <[email protected]>
  632. * XmlCDataSection.cs: Formatting, Implementation for WriteTo.
  633. * XmlComment.cs: Implementations for WriteTo and WriteContentTo.
  634. * XmlElement.cs: Fixed bug in WriteTo.
  635. * XmlProcessingInstruction.cs: Formatting.
  636. * XmlTextWriter.cs: Implementations for Close, WriteCData, WriteComment,
  637. fixes for WriteEndElement, WriteProcessingInstruction.
  638. 2002-03-17 Kral Ferch <[email protected]>
  639. * XmlDocument.cs: Implementations for WriteTo() and WriteContentTo(),
  640. had Load() add PIs to the document, moved onXXX methods to alphabetical
  641. order in the file.
  642. * XmlElement.cs: Implementations for WriteTo() and WriteContentTo().
  643. * XmlNode.cs: Implementations for InnerXml Get and OuterXml.
  644. * XmlProcessingInstruction.cs: Implementations for WriteTo() and
  645. WriteContentTo().
  646. * XmlTextWriter.cs: Implementations for WriteEndElement,
  647. WriteProcessingInstruction, WriteStartElement, and WriteString.
  648. * XmlWriter.cs: Implemented WriteStartElement() methods.
  649. 2002-03-15 Duncan Mak <[email protected]>
  650. * XmlEntity.cs: Added to CVS. Need to implement BaseURI and
  651. InnerText once I know what they do.
  652. * XmlDocumentType.cs (XmlDocumentType): Fix the constructor now
  653. that we can properly chain constructors.
  654. (CloneNode): implemented.
  655. (WriteContentTo): Removed MonoTODO attribute as this method has no
  656. effect in this class.
  657. * XmlProcessingInstruction.cs (Value): Added the missing Set
  658. block.
  659. (InnerText): Added in, but not implemented.
  660. 2002-03-14 Kral Ferch <[email protected]>
  661. * XmlTextWriter.cs: implemented constructors and
  662. WriteCData and WriteComment.
  663. 2002-03-14 Duncan Mak <[email protected]>
  664. * XmlDocument.cs: Moved the NodeChanged EventHandler to its own
  665. file, and updated the callbacks to reflect the change.
  666. (XmlDocument): Added the NameTable constructor.
  667. (NameTable): Also the NameTable property.
  668. * XmlNodeChangedEventHandler.cs: Added, replacing the version that
  669. was in XmlDocument.cs. It has two arguments now (object,
  670. EventArgs) , instead of one (object).
  671. 2002-03-14 Kral Ferch <[email protected]>
  672. * XmlWriter.cs: Formatting.
  673. * XmlTextWriter.cs: Initial checkin.
  674. 2002-03-14 Duncan Mak <[email protected]>
  675. * Validation.cs: Removed, replaced by ValidationType.cs.
  676. * ValidationType.cs: Added.
  677. 2002-03-13 Duncan Mak <[email protected]>
  678. * XmlException.cs: Made it [Serializable], implemented good ol'
  679. GetObjectData, and the serialization constructor.
  680. * XmlNamedNodeMap.cs (SetNamedItem): Check for the Name property.
  681. (SetNamedItem): Reverted (added back in) the patch with the
  682. ReadOnly checks. "Don't doubt yourself, my son... you were right!"
  683. * XmlNamedNodeMap.cs (GetEnumerator): piggyback on the ArrayList implementation.
  684. (GetNamedItem (string, string)): implemented.
  685. (RemoveNamedItem): implemented.
  686. (SetNamedItem): implemented.
  687. 2002-03-12 Kral Ferch <[email protected]>
  688. * XmlAttribute.cs: Moved a method from amongst properties down to
  689. it's alphabetical position in the methods section.
  690. * XmlNode.cs: Passes in 'this' to XmlNodeList constructor instead of
  691. last linked child. Set XmlNode base class to return false for IsReadOnly().
  692. Implemented GetEnumerator() and RemoveChild().
  693. * XmlNodeListChildren.cs: Now stores the parent instead of the last child.
  694. This is to support the behavior that the Enumerator doesn't become invalid
  695. when changes to the children occur. Flushed out rest of implementation for
  696. MoveNext, Current, and Reset.
  697. 2002-03-12 Duncan Mak <[email protected]>
  698. * XmlCharacterData.cs: Reformatted the properties for better readability.
  699. * XmlLinkedNode.cs: Removed the awful boxy comments.
  700. * XmlNamedNodeMap.cs (Count):
  701. (Item): Implemented. Tests will be coming.
  702. * XmlEntityReference.cs:
  703. * XmlSignificantWhitespace.cs: Implemented these classes except for
  704. the Clone, WriteContentTo and WriteTo methods. Will have to
  705. investigate into these later.
  706. 2002-03-11 Duncan Mak <[email protected]>
  707. * IHasXmlNode.cs: Added to CVS.
  708. 2002-03-08 Jason Diamond <[email protected]>
  709. * XmlParserContext.cs: Added missing constructors and missing Encoding
  710. property.
  711. * XmlTextReader.cs: Start using the XmlParserContext class.
  712. 2002-03-08 Jason Diamond <[email protected]>
  713. * XmlTextReader.cs: Implemented MoveToElement and MoveToFirstAttribute.
  714. 2002-03-08 Mike Kestner <[email protected]>
  715. * XmlNode.cs (Item): Implemented both indexers.
  716. 2002-03-08 Jason Diamond <[email protected]>
  717. * DomEncodingType.cs, TreePosition.cs, XPathNodeType.cs, XmlDataType.cs,
  718. XmlExceptionCode.cs, XmlSortOrder.cs, XmlUtil.cs: Removed files.
  719. 2002-03-08 Jason Diamond <[email protected]>
  720. * XmlAttribute.cs: Attribute nodes are supposed to store their values
  721. as child nodes so updated to reflect that.
  722. * XmlDocument.cs, XmlElement.cs, XmlNode.cs: Moved code that was
  723. duplicated in XmlDocument and XmlElement into XmlNode so that it
  724. wouldn't have to be duplicated in XmlAttribute, too.
  725. 2002-03-08 Kral Ferch <[email protected]>
  726. * XmlNodeList.cs, XmlDocument.cs, XmlLinkedNode.cs,
  727. XmlNode.cs: Formatting.
  728. * XmlNodeListChildren.cs: Implementation of XmlNodeList
  729. for XmlNode.ChildNodes property.
  730. * XmlNodeListAsArrayList.cs: Removed file. Using different
  731. data structure (circular list) in XmlNode so this file
  732. is no longer valid.
  733. * XmlDocument.cs, XmlElement.cs: New ChildNodes tests found
  734. bug in setter property of LastLinkedChild so fixed it.
  735. 2002-03-06 Jason Diamond <[email protected]>
  736. * XmlInputSource.cs, XmlNames_1_0.cs, XmlParse.cs: Removed files.
  737. We already have a parser in XmlTextReader.
  738. * XmlException.cs: Removed constructor accepting XmlInputSource.
  739. 2002-03-06 Kral Ferch <[email protected]>
  740. * XmlNode.cs: Rewrote this class from scratch with
  741. MonoToDo attribs and NotImplementedExceptions. Now defines an
  742. internal LastLinkedNode property to aid the new implementation.
  743. XmlNodes only have ref to owner doc and parent nodes now.
  744. * XmlLinkedNode.cs: Added NextLinkedSibling internal property
  745. and ref to next sibling to support walking our circular child
  746. node list.
  747. * XmlDocument.cs: Added ref to last child node and overrides
  748. XmlNode's internal LastLinkedChild property to support walking
  749. our circular child node list.
  750. 2002-03-02 Kral Ferch <[email protected]>
  751. * XmlProcessingInstructions.cs: Class was empty. Implemented
  752. constructor, properties, and CloneNode() method. Put in
  753. MonoToDo attrib for remaining methods.
  754. * XmlComment.cs: Reformatted and put in MonoToDo attribs.
  755. Got rid of helper methods and fields since they were no
  756. longer needed.
  757. * XmlLinkedNode.cs: Reformatted and put in MonoToDo attribs.
  758. * XmlDocument.cs: Added code to Load(XmlReader) to create XmlComment,
  759. XmlCDataSection, and XmlProcessingInstruction nodes. Implemented
  760. Createxxx() methods for those three node types.
  761. 2002-03-02 Jason Diamond <[email protected]>
  762. * XmlDocument.cs: Implemented the remaining CreateElement and
  763. CreateAttribute methods.
  764. * XmlAttribute.cs: Re-implemented.
  765. * XmlElement.cs: Set owner element on attributes. Reformatted.
  766. 2002-03-02 Jason Diamond <[email protected]>
  767. * XmlTextReader.cs: Implemented MoveToNextAttribute().
  768. * XmlDocument.cs: Reformatted. Adding missing methods and MonoTODO
  769. attributes. Create attribute nodes while loading. Implemented
  770. Load(string) and CreateTextNode().
  771. * XmlCharacterData.cs, XmlText.cs: Re-implemented.
  772. * XmlCDataSection.cs, XmlComment.cs: Call correct constructor in
  773. XmlCharacterData.
  774. * XmlNamedNodeMap.cs, XmlAttributeCollection.cs: Stubbed out.
  775. 2002-03-02 Mike Kestner <[email protected]>
  776. * XmlAttribute.cs : Using fix.
  777. * XmlDocument.cs (CreateAttribute(String)): Implement.
  778. 2002-03-02 Jason Diamond <[email protected]>
  779. * XmlNamespaceManager.cs: Atomize prefixes and namespaces strings in
  780. the name table.
  781. 2002-02-28 Jason Diamond <[email protected]>
  782. * XmlDocument.cs, XmlNode.cs: Initial implementation of LoadXml
  783. courtesy of Kral Ferch <[email protected]>.
  784. 2002-02-28 Jason Diamond <[email protected]>
  785. * XmlException.cs, XmlReader.cs, XmlTextReader.cs: Reformatted,
  786. added missing members and MonoTODO attributes.
  787. * XmlTextReader.cs: Throw XmlException instead of System.Exception.
  788. 2002-02-27 Jason Diamond <[email protected]>
  789. * XmlElement.cs: Reformatted, added missing members and MonoTODO
  790. attributes.
  791. 2002-02-26 Duncan Mak <[email protected]>
  792. * XmlCDataSection.cs: Initial implementation.
  793. * NameTable.cs: Fixed the whole thing. Wrote a NUnit test to test
  794. it out. This should (hopefully) be correct.
  795. 2002-02-26 Jason Diamond <[email protected]>
  796. * XmlTextReader.cs: Apparently Microsoft's implementation treats
  797. namespace declarations as attributes so we do now, too.
  798. * XmlNamespaceManager.cs: HasNamespace fixed so that it only
  799. checks the current scope.
  800. 2002-02-26 Duncan Mak <[email protected]>
  801. * XmlDocumentType.cs: Added a few hacks here and there to
  802. temporarily fix the "I broke the build issue".
  803. 2002-02-25 Jason Diamond <[email protected]>
  804. * XmlDocument.cs, XmlElement.cs, XmlNode.xs, XmlNodeList.cs,
  805. XmlNodeListAsArrayList.cs: Multiple fixes necessary to get
  806. simple test to pass. The existing code is really shitty so I'll
  807. probably start writing tests and refactoring before much else
  808. can get done.
  809. 2002-02-25 Duncan Mak <[email protected]>
  810. * NameTable.cs: Implemented.
  811. * XmlDeclaration.cs: It should inherit from XmlLinkedNode, not XmlNode.
  812. 2002-02-24 Duncan Mak <[email protected]>
  813. * XmlNodeOrder.cs: Added to CVS.
  814. * XmlQualifiedName.cs: Fixed a warning from Equals ().
  815. * XmlTokenizedType.cs: Added to CVS.
  816. * XmlUrlResolver.cs: Added to CVS with one TODO task.
  817. 2002-02-23 Duncan Mak <[email protected]>
  818. * XmlQualifiedName.cs: Fixed ToString () and added the operators
  819. (== and !=).
  820. 2002-02-23 Jason Diamond <[email protected]>
  821. * XmlTextReader.cs: Added support for qualified attributes.
  822. 2002-02-23 Jason Diamond <[email protected]>
  823. * XmlNamespaceManager.cs: Initial implementation.
  824. * XmlTextReader.cs: Added support for NamespaceURI property on
  825. elements.
  826. 2002-02-23 Nick Drochak <[email protected]>
  827. * ChangeLog: Add the change log to this directory
  828. * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
  829. MonoTODO's