2
0

ChangeLog 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746
  1. 2003-06-30 Atsushi Enomoto <[email protected]>
  2. * XmlDocumentNavigator.cs : Implemented MoveTo*Namespace() and
  3. essentially changed most of the property handling (e.g. removed attribute
  4. enumerator and it now became really cloneable).
  5. * XmlNodeReader.cs : ReadInnerXml() changes its state as error
  6. when the method is called at Initial state.
  7. 2003-06-25 Atsushi Enomoto <[email protected]>
  8. * XmlDocumentNavigator.cs : Fixed IsEmptyElement. It treats <foo></foo>
  9. as non-empty, and XmlElement's IsEmpty is designed as such.
  10. Fixed MoveToFirst() and MoveToNext() not to move to xmldecl nor
  11. doctype node.
  12. * XmlNode.cs : Fixed XPathNodeType. It should throw an exception
  13. instead of returning undefined enum value.
  14. Modified some code comments.
  15. * XmlWriter.cs : Fixed WriteNode () to use WriteFullEndElement()
  16. when XmlReader's node is not at empty element or at EndElement.
  17. Fixed XmlDeclaration's standalone check.
  18. 2003-06-21 Atsushi Enomoto <[email protected]>
  19. * XmlTextReader.cs : removed CRLFs. Fixed private InitializeContext()
  20. to use known Uri way (used in XmlUrlResolver) instead of UriBuilder.
  21. 2003-06-20 Atsushi Enomoto <[email protected]>
  22. * XmlInputStream.cs : quick fix for public ctor() BaseURI bug.
  23. 2003-06-20 Ben Maurer <[email protected]>
  24. * XmlTextReader.cs: Reduces memory allocation when the reader is
  25. not queried for some values.
  26. * NameTable.cs: Now uses a custom hashtable to implement. As a
  27. result, when Get (char[], int, int) is called, a string is only
  28. allocated if it is actually a new entry.
  29. (StrEqArray) Compares a string and a char[]
  30. (AddEntry) Adds a new entry to the hashtable
  31. (Entry) Represents a hashtable entry.
  32. 2003-06-20 Atsushi Enomoto <[email protected]>
  33. * XmlUrlResolver.cs : several ResolveUri() fix. e.g. for external URIs.
  34. 2003-06-16 Ben Maurer <[email protected]>
  35. * XmlUrlResolver.cs: really fixed #44231
  36. 2003-06-16 Atsushi Enomoto <[email protected]>
  37. * XmlNodeReader.cs : fixed MoveToNextAttribute(). In some cases
  38. this method set current node null.
  39. * XmlTextReader.cs : fixed GetAttribute (name, ns), which returned
  40. String.Empty instead of null (expected value).
  41. * XmlTextReader.cs,
  42. XmlUrlResolver.cs,
  43. XmlInputStream.cs : fixed BaseURI problem (bug #44231).
  44. 2003-06-15 Atsushi Enomoto <[email protected]>
  45. * XmlNodeReader.cs : this [name] and this [name, ns] (and
  46. GetAttribute() methods in turn) returns null instead of String.Empty.
  47. * XmlTextWriter.cs : WriteStartAttribute() should try to use specified
  48. prefix before auto-generating prefixes.
  49. Implemented WriteBase64().
  50. 2003-06-13 Atsushi Enomoto <[email protected]>
  51. * XmlNodeReader.cs : LookupNamespace () has refered invalid current
  52. node for attributes. Modified to use private "document" property.
  53. 2003-06-10 Lluis Sanchez Gual <[email protected]>
  54. * XmlTextWriter.cs: when adding an attribute with a namespace, a prefix must be automaticaly
  55. generated, and a namespace declaration must be added.
  56. * XmlWriter.cs: the namespace for the prefix xmlns must be http://www.w3.org/2000/xmlns/
  57. 2003-06-10 Zoltan Varga <[email protected]>
  58. * XmlAttribute.cs: Accept a null prefix or namespaceURI.
  59. 2003-06-10 Duncan Mak <[email protected]>
  60. * XmlDocumentNavigator.cs (GetNode): Make it implement
  61. IHasXmlNode.
  62. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  63. * XmlTextWriter.cs : Fixed bug. After calling for example WriteStartElement ("pref","ln","ns");
  64. a call to LookupPrefix ("pref") when still writting attributes should
  65. return "ns", and it didn't.
  66. 2003-06-02 Atsushi Enomoto <[email protected]>
  67. * XmlDocumentNavigator.cs : quick fix for MoveToFirstChild().
  68. * XmlConvert.cs : fixed VerifyNCName() to check correctly.
  69. 2003-06-01 Atsushi Enomoto <[email protected]>
  70. * XmlDocumentNavigator.cs : Compute document node one time.
  71. MoveToFirstChild() should move to PIs and comments.
  72. 2003-05-30 Miguel de Icaza <[email protected]>
  73. * XmlReader.cs (ReadStartElement): Improve error message.
  74. 2003-05-28 Lluis Sanchez Gual <[email protected]>
  75. * XmlTextReader.cs : MoveToAttribute methods must set the enumerator to the right
  76. position, since MoveToNextAttribute may be called after it.
  77. SetProperties(): attributes do not "inherit" the namespace.
  78. * XmlDocument.cs: ReadNode(), ReadAttributeNode(): must keep the current reader position.
  79. 2003-05-27 Atsushi Enomoto <[email protected]>
  80. * NameTable.cs : Add() sets the given name string interned.
  81. * XmlParserContext.cs : added internal PushScope() and PopScope() to
  82. hold stacks of xml:base, xml:lang and xml:space.
  83. * XmlTextReader.cs : implemented XmlLang and XmlSpace (only as a
  84. property for stacked attributes). Renamed Initialize() to Initialize-
  85. Context(). Modified to use XmlParserContext.PushScope()/PopScope().
  86. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  87. * XmlReader.cs: Little fix to WriteAttributeString()
  88. 2003-05-24 Atsushi Enomoto <[email protected]>
  89. * XmlAttribute.cs, XmlCharacterData.cs, XmlComment.cs, XmlDocument.cs,
  90. XmlDocumentFragment.cs, XmlElement.cs, XmlEntity.cs, XmlLinkedNode.cs,
  91. XmlNode.cs, XmlNotation.cs, XmlProcessingInstruction.cs, XmlReader.cs,
  92. XmlSignificantWhitespace.cs, XmlText.cs, XmlWhitespace.cs:
  93. Reverted the recent accessibility mistake (5/16).
  94. * XmlDocument.cs, XmlNode.cs : moved actual CreateNavigator() logic
  95. from XmlNode to XmlDocument.
  96. 2003-05-18 Lluis Sanchez Gual <[email protected]>
  97. * XmlQualifiedName.cs : Fixed bug in equality operator.
  98. 2003-05-18 Atsushi Enomoto <[email protected]>
  99. * XmlTextWriter.cs : patch by Jonathan Hogg. Flush() does not close
  100. any open attributes or elements. WriteWhitespace() checks state and
  101. closes start tag. Fixed WriteStringInternal() to replace CR/LF chars
  102. when it is called inside attribute value.
  103. * XmlException.cs : added .NET 1.1 .ctor.
  104. * added XmlSecureResolver.cs (only stubbing).
  105. * XmlAttribute.cs : set_InnerXml() should remove children.
  106. * XmlAttribute.cs,
  107. XmlElement.cs,
  108. XmlDocumentFragment.cs,
  109. XmlDocument.cs : removed XmlTextReader reuse (It was buggy stuff).
  110. * XmlNode.cs : RemoveAll() should also remove all attributes.
  111. * XmlTextRader.cs : .ctor() for attribute value reader should add
  112. quotations at initialization, since it requires quote chars.
  113. * XmlWriter.cs : WriteAttributeString() more correct xmlns check.
  114. 2003-05-16 Atsushi Enomoto <[email protected]>
  115. * changed XPathNodeType modifier to internal *protected* override.
  116. * XmlAttribute.cs : .ctor() now checks name validity e.g. xmlns.
  117. * XmlAttribute.cs, XmlElement.cs : set_Prefix checks NCName validity.
  118. * XmlAttributeCollection.cs : removed some incorrect TODO attributes.
  119. * XmlDocument.cs ; CreateAttribute(name) now auto-completes xmlns NSURI
  120. when the argument is "xmlns".
  121. * XmlElement.cs : more compliant IsEmpty support. See also WriteTo().
  122. * XmlNamespaceManager.cs : added initial "xml" and "xmlns" namespaces.
  123. * XmlNode.cs : ser_InnerXml() throws InvalidOperationException.
  124. * XmlNodeReader.cs : LookupNamespace() refactory. Fixed ReadInnerXml()
  125. not to set error state for non-started XmlNodeReader.
  126. * XmlTextReader.cs : fixed ReadAttributeValue() not to reset state.
  127. BaseURI support. Fixed Initialize() to handle Attribute correctly.
  128. SetProperty for attribute auto-completes xmlns NSURI.
  129. Attribute and whitespace handling became more correct.
  130. Don't parse external DTD if XmlResolver is null.
  131. * XmlTextWriter.cs : implemented WriteEntityRef().
  132. WriteStartAttribute() checks if ns does not equal to that of xmlns.
  133. * XmlWriter.cs : trivial refactoring (WriteNode() xmldecl output).
  134. 2003-05-05 Atsushi Enomoto <[email protected]>
  135. * XmlConvert.cs : IsInvalid() Now uses XmlConstructs.IsName(Start).
  136. EncodeName() now correctly encodes invalid names.
  137. Result string of ToString(DateTime) contains "fffffff".
  138. 2003-04-29 Atsushi Enomoto <[email protected]>
  139. * XmlElement.cs : fixed IsEmpty (removed private field isEmpty).
  140. * XmlNodeReader.cs : Fixed AttributeCount, each this[] (indexers),
  141. MoveTo*Attribute(),
  142. Fixed this[] to work correctly against XmlDeclarations.
  143. Fixed ReadInnerXml() and ReadOuterXml() to call Read() correctly.
  144. (which may prevent validations etc.)
  145. * XmlReader.cs,
  146. XmlNodeReader.cs,
  147. XmlTextReader.cs : Fixed ReadString() to be compliant with each
  148. other.
  149. * XmlTextReader.cs : ReadInnerXml() now moves to next node correctly.
  150. 2003-04-27 Pedro Martínez Juliá <[email protected]>
  151. * XmlNode.cs: ensure to get a valid Uri in BaseUri when loading the
  152. source document from a file.
  153. 2003-04-27 Atsushi Enomoto <[email protected]>
  154. * XmlAttribute.cs : fixed WriteTo() and WriteContentTo() to write
  155. content EntityReference correctly.
  156. * XmlNodeReader.cs : many fix for EndElement handling (AttributeCount,
  157. HasAttributes, indexers, MoveTo*Attribute() and Read() ).
  158. Modified Skip() to call Read () explicitly.
  159. * XmlTextReader.cs :
  160. Fixed ReadInnerXml() which ignored EndElement token in certain cases.
  161. Implemented MoveToAttribute (local, ns), and modified GetAttribute()
  162. in relation to this change.
  163. Attributes for XmlDeclaration are now correctly set.
  164. * XmlTextWriter.cs : WriteRaw() is now different from WriteString().
  165. Simplified WriteAttributes() for XmlDeclaration.
  166. 2003-04-26 Atsushi Enomoto <[email protected]>
  167. * XmlTextReader.cs : fixed ReadInnerXml(). it was inconsistent with
  168. Depth property fix.
  169. 2003-04-25 Atsushi Enomoto <[email protected]>
  170. * XmlDocument.cs : fixed Load() to set baseURI correctly.
  171. * XmlReader.cs : patch by Gonzalo. Fixed not to skip XmlDeclaration.
  172. * XmlTextReader.cs :
  173. fixed Depth. When it's on StartElement, Depth was already incremented.
  174. fixed private SaveProperty(), which moved away its saved properties
  175. when MoveToElement was called repeatedly.
  176. * XmlTextWriter.cs : fixed WriteQualifiedName() to close start tag.
  177. * XmlWriter.cs :
  178. WriteAttributes() refactory (for XMLDecl).
  179. WriteNode() don't Read() when the reader is Initial state, let other
  180. invokation to Read(). In case of Element, it should write entire
  181. element. In case of Attribute, it shouldn't Read().
  182. WriteStartDocument() should omit standalone decl. when there is no
  183. explicit value.
  184. 2003-04-23 Gonzalo Paniagua Javier <[email protected]>
  185. * XmlReader.cs: reverted last patch. It breaks System.Configuration
  186. because 1. it considers XmlDeclaration as content and 2. always
  187. returns XmlNodeType.None.
  188. 2003-04-23 Atsushi Enomoto <[email protected]>
  189. * Added missing ChangeLog of 4/4/2003.
  190. * XmlTextWriter.cs : patch by Erik. fixed WriteQualifiedName.
  191. (write prefix instead of ns.)
  192. * XmlInputStream.cs : file access mode fix (FileAccess.Read was missing)
  193. * XmlTextReader.cs : modified to call Read() instead of ReadContent().
  194. (It may be required for decorated reader such as XmlValidatingReader.)
  195. Changed Read() error message for mismatch end tag.
  196. * XmlDocument.cs : (ReadNode) friendly message for mismatch EndElement.
  197. * XmlReader.cs : Corrected misinterpreted MoveToContent() method.
  198. 2003-04-04 Atsushi Enomoto <[email protected]>
  199. * XmlDocument.cs : Load() now closes the given XmlReader.
  200. Don't allow creation of XmlTextReader for Doctype. (workaround.)
  201. * XmlInputStream.cs : It now closes its internal stream explicitly.
  202. * XmlNode.cs : RemoveChild() bugfix for removing LastLinkedChild.
  203. * XmlNodeReader.cs : GetAttribute() bugfix for not-present attribute.
  204. * XmlParserInput.cs : added Close() method.
  205. * XmlReader.cs : MoveToContent() should (1) not Read in case of empty
  206. element, and (2) MoveToElement() in case of attribute.
  207. * XmlTextReader.cs : Close() now actually closes source TextReaders.
  208. 2003-03-26 Duncan Mak <[email protected]>
  209. * XmlTextWriter.cs (Write): A patch from Atsushi to fix
  210. prematurely ending the write, or something like that. It was
  211. causing us to chop off the end of the document when we're trying
  212. to generate XML Schemas.
  213. 2003-03-23 Atsushi Enomoto <[email protected]>
  214. * XmlTextReader.cs : implemented ReadString().
  215. fixed ctor(string, XmlNodeType, XmlParserContext) - don't raise
  216. null reference exception when context is null.
  217. * XmlNodeReader.cs : fixed ReadString() - should ignore attributes etc.
  218. fixed Read() - when positioned at EndElement, it didn't progress.
  219. fixed HasAttribute - it didn't return false in all cases.
  220. fixed Name and LocalName - only limited type of nodes return names.
  221. fixed AttributeCount - in some cases it threw null ref exception.
  222. 2003-03-22 Atsushi Enomoto <[email protected]>
  223. * XmlTextWriter.cs : WriteStartDocument doesn't set hasRoot=true, then
  224. WriteEndDocument without root element now raises an error correctly.
  225. * XmlDocumentNavigator.cs : (MoveToFirstChild) fixed bugzilla #36672.
  226. implemented BaseURI, NameTable, XmlLang, GetAttributes, GetNamespace,
  227. MoveToAttribute.
  228. 2003-03-22 Atsushi Enomoto <[email protected]>
  229. * XmlElement.cs : RemoveAttribute now don't throws when specified
  230. attribute does not exist.
  231. 2003-03-21 Atsushi Enomoto <[email protected]>
  232. * XmlNode.cs : add descriptions for some node type error.
  233. 2003-03-21 Atsushi Enomoto <[email protected]>
  234. * XmlNodeArrayList.cs, XmlNodeListChildren.cs : bugzilla #39920 fix.
  235. 2003-03-19 Atsushi Enomoto <[email protected]>
  236. * XmlDeclaration.cs : quick fix, not to use regex for set_Value.
  237. 2003-03-19 Atsushi Enomoto <[email protected]>
  238. * XmlTextReader.cs : Fixed wrong notationdecl SYSTEM id read.
  239. * XmlInputStream.cs : Should allow versionless input stream entity.
  240. 2003-03-18 Atsushi Enomoto <[email protected]>
  241. * added XmlParserInput.cs for multi xml document sources.
  242. * added DTDObjectModel.cs (maybe temporary).
  243. * XmlTextReader.cs :
  244. + fixed ctor to use XmlStreamReader. Allowed null XmlParserContext.
  245. + Some members such as LineNumber, ReadChar now uses XmlParserInput.
  246. + added support for Namespaces (namespace-ignorant parse available).
  247. + added support for XmlResolver.
  248. + replace SetReaderContext()/SetReaderFragment() with Initialize().
  249. + use NameTable in CreateNameString.
  250. + fixed ReadCData(). Now reads "]]]>" correctly.
  251. + support for DTD parse.
  252. + Read() now throws an error when it reached EOF while Depth > 0.
  253. * XmlAttribute.cs,
  254. XmlDocumentFragment.cs,
  255. XmlElement.cs : fix related to the changes of XmlTextReader.Initialize
  256. * XmlDocument.cs : ReadNode() now reads DocumentType.
  257. * XmlDocumentType.cs : implemented Entities, Notations, WriteTo().
  258. * XmlEntity.cs,
  259. XmlNotation.cs : added override LastLinkedChild (for doctype node).
  260. * XmlNamedNodeMap.cs : Remove() raises an error if target is read only.
  261. * XmlElement.cs : bugfix for node removal of set_InnerXml.
  262. * XmlNode.cs : added insertBeforeIntern() derived from InsertBefore().
  263. (to append child XmlEntity into XmlDocumentType correctly.)
  264. * XmlInputStream.cs : fixed to access file with FileAccess.Read.
  265. 2003-03-15 Duncan Mak <[email protected]>
  266. * XmlElement.cs (Name): Only append prefix + ':' when prefix is
  267. neither String.Empty nor null. Thanks to Simon Guindon for
  268. reporting the bug and Jackson for fixing this bug with me.
  269. 2003-03-15 Atsushi Enomoto <[email protected]>
  270. * XmlConstructs.cs : fix "int IsXXX()" to reject negative value.
  271. * XmlDocument.cs : simplify Load(string url) to use XmlTextReader.
  272. fixed ReadNode(), it should call reader.Read() only on Initial state.
  273. * XmlInputStream.cs : Changed namespace. Added XmlStreamReader(stream)
  274. and XmlStreamReader (string). Fixed XmlInputStream(url) not to use
  275. System.Net.WebClient directly.
  276. * XmlParserContext.cs : baseURI never be null.
  277. * XmlTextWriter.cs : use WebName for Encoding instead of HeaderName.
  278. * XmlUrlResolver.cs : namespace change for XmlInputStream.
  279. 2003-03-12 Elan Feingold <[email protected]>
  280. * XmlTextReader.cs: When throwing a ReaderException, show what
  281. character was the culprit
  282. 2003-03-05 Atsushi Enomoto <[email protected]>
  283. * XmlDocumentFragment.cs, XmlElement.cs :
  284. modified InnerXml (fragment type from Element to DocumentFragment).
  285. * XmlElement.cs : fixed WriteTo() ns check.
  286. * XmlNamespaceManager.cs : MS.NET allows Add() used two or more times.
  287. * XmlNode.cs : fixed ConstructNamespaceManager().
  288. * XmlConstructs.cs : added IsSpace, IsName, IsNameStart, IsNCName,
  289. IsPubid with an int arg.
  290. * XmlReader.cs : changed to use XmlChar.cs (its role is as same as
  291. XmlConstructs.cs).
  292. * XmlTextReader.cs :
  293. improved error messages with line info.
  294. / checking matching start and end tags.
  295. / prevents the apperance of multiple root elements. (patch by Erik)
  296. fixed and refactored ReadInnerXml() and ReadOuterXml()
  297. changed to use XmlChar.cs.
  298. * XmlTextWriter.cs : changed to put element's xmlns at CloseStartTag ()
  299. (It will help c14n implementation.)
  300. / blocks multiple attribute output with element node.
  301. 2003-02-28 Alan Tam <[email protected]>
  302. * XmlConvert.cs: fixed the most ToXXX(string) and ToString(XXX)
  303. methods to make them compatible with the XML Schema Spec from W3C
  304. ToString(TimeSpan) is still outstanding
  305. 2003-02-18 Gonzalo Paniagua Javier <[email protected]>
  306. * XmlDocument.cs:
  307. (Load (string)): hack to workaround some issues with Uri.Parse. Once
  308. Parse is fixed, remove the hack.
  309. 2003-02-16 Atsushi Enomoto <[email protected]>
  310. * XmlQualifiedName.cs : fixed GetHashCode() to avoid null reference
  311. * XmlTextReader.cs : fixed ReadAttributeValue() to handle
  312. entity reference, and some refactory.
  313. 2003-02-16 Atsushi Enomoto <[email protected]>
  314. * XmlUrlResolver.cs : WebClient.Credentials was not implemented yet.
  315. 2003-02-16 Atsushi Enomoto <[email protected]>
  316. * XmlInputStream.cs : added (also contains internal XmlStreamReader).
  317. * XmlDocument.cs : Load () now can specify URL using XmlUrlResolver,
  318. and can read non-UTF-8 stream.
  319. * XmlTextReader.cs : related to above stream fix.
  320. * XmlUrlResolver.cs : implemented GetEntity ().
  321. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  322. * XmlTextWriter.cs: implemented WriteRaw (char[], int, int).
  323. 2003-02-02 Atsushi Enomoto <[email protected]>
  324. * XmlTextReader.cs : implemented QuoteChar.
  325. 2003-01-26 Atsushi Enomoto <[email protected]>
  326. * XmlNode.cs : implemented ReplaceChild.
  327. removed DocElem checking at InsertBefore.
  328. * XmlNodeReader.cs : fixed ReadString and Read for correct node info.
  329. * XmlText.cs : implemented CloneNode and SplitText.
  330. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  331. * XmlCharacterData.cs: added XPathNodeType property.
  332. 2003-01-22 Gonzalo Paniagua Javier <[email protected]>
  333. * XmlTextWriter.cs: throw an exception if WriteEndDocument is
  334. called without a prior call to WriteStartDocument.
  335. 2003-01-21 Atsushi Enomoto <[email protected]>
  336. * XmlNodeReader.cs : several fix to get more compatible with MS.NET.
  337. 2003-01-19 Atsushi Enomoto <[email protected]>
  338. * XmlNamespaceManager.cs : fundamental change of LookupPrefix to return
  339. null when no matching uri.
  340. * XmlElement.cs : removed unnecessary xmlns output.
  341. * XmlNode.cs : GetPrefixOfNamespace fix along with the change above.
  342. * XmlTextWriter.cs : LookupPrefix and WriteStartElementInternal fix
  343. along with the change above, and moved timing of 'xmlns' output
  344. to CloseStartElement.
  345. * XmlWriter.cs: modified WriteStartAttribute, same as yesterday.
  346. 2003-01-18 Atsushi Enomoto <[email protected]>
  347. * XmlWriter.cs: modified WriteStartElement (see test for detail).
  348. Added WriteNode.
  349. 2003-01-13 Ville Palo <[email protected]>
  350. * XmlDocument.cs: Added CheckName () method to check names validity.
  351. 2003-01-11 Gonzalo Paniagua Javier <[email protected]>
  352. * XmlTextReader.cs:
  353. (ReadOuterXml): use Depth property which return elementDepth, not depth.
  354. 2003-01-11 Atsushi Enomoto <[email protected]>
  355. * XmlElement.cs : (by ville) XmlElement.set_InnerText event bugfix.
  356. * XmlTextReader.cs : some fix for ReadOuterXml().
  357. 2003-01-08 Atsushi Enomoto <[email protected]>
  358. * XmlTextReader.cs : bugfix for attributes related to creation of
  359. XmlAttribute *node*.
  360. 2003-01-08 Atsushi Enomoto <[email protected]>
  361. * XmlTextReader.cs : bugfix for attribute values which have entity
  362. references.
  363. 2002-12-28 Ville Palo <[email protected]>
  364. * XmlDocument.cs: XmlTextWriter.Formatting == Indented when
  365. calling Save () -methods.
  366. 2002-12-28 Atsushi Enomoto <[email protected]>
  367. * XmlNodeReader.cs : primitive reading implementation.
  368. 2002-12-28 Atsushi Enomoto <[email protected]>
  369. * XmlElement.cs : quick fix for the incomplete patch of #35308 below.
  370. 2002-12-28 Atsushi Enomoto <[email protected]>
  371. * XmlDocument.cs : removed inconsistent line-feed output.
  372. * XmlElement.cs, XmlTextWriter.cs :
  373. fixed for bugzilla 35308 (default ns output)
  374. * XmlWhitespace.cs : limited output only when preserving whitespace.
  375. 2002-12-24 Atsushi Enomoto <[email protected]>
  376. * XmlAttribute.cs, XmlDocument.cs, XmlTextReader.cs:
  377. Implemented XmlTextReader.ReadAttributeValue().
  378. Added internal ReadAttributeNodeValue().
  379. Fixed XmlAttribute.InnerXml to use these methods.
  380. * XmlDocument.cs, XmlDocumentFragment.cs, XmlElement.cs, XmlNode.cs:
  381. Implemented XmlDocument.ReadNode() and removed ConstructDOM().
  382. Other changes are replacing them.
  383. 2002-12-24 Atsushi Enomoto <[email protected]>
  384. * XmlDocument.cs: patch by Ville (fixed default PreserveWhitespace)
  385. 2002-12-21 Atsushi Enomoto <[email protected]>
  386. * XmlElement.cs, XmlTextWriter.cs, XmlWriter.cs:
  387. patch by JD Conley <[email protected]>.
  388. (Fix for xmlns attribute output.)
  389. 2002-12-05 Ville Palo <[email protected]>
  390. * XmlQualifiedName.cs: Little fix to ToString () -method
  391. 2002-12-04 Tim Haynes <[email protected]>
  392. * class/System.XML/System.Xml/XmlElement.cs: Made more refined
  393. checks on attributeNode to fix 32262.
  394. 2002-12-03 Atsushi Enomoto <[email protected]>
  395. * XmlDocument.cs (CreateNavigator(XmlNode)) : reverted
  396. * XmlTextWriter.cs (WriteStartElementInternal):
  397. fixed when default namespace was specified, all descendants
  398. fail to omit the default namespace declarations.
  399. * XmlAttribute.cs,
  400. XmlDocument.cs,
  401. XmlNode.cs (internal XmlLang/XmlSpace) : implemented(defined)
  402. * XmlAttribute.cs,
  403. XmlDocumentFragment.cs,
  404. XmlElement.cs (set_InnerXml): now uses XmlLang/XmlSpace
  405. * XmlElement.cs (set_IsEmpty) : implemented
  406. (WriteTo) : removed my improper indenting (Writer already done)
  407. * XmlNode.cs (BaseURI) : fixed if ParentNode is null, NullPointerEx
  408. (ConstructDOM) : implemented when xmlReader isn't XmlTextReader
  409. ...and renamed XmlDocument.ConventionalParser to ReusableReader ;-)
  410. 2002-12-01 Atsushi Enomoto <[email protected]>
  411. * XmlNode.cs (RemoveChild):
  412. bugfixed when XmlNode is Document OwnerDocument is null
  413. * XmlDeclaration.cs (Value):
  414. bugfixed regular expression pattern.
  415. * XmlDocument.cs (CreateNavigator): bugfixed access modifier.
  416. 2002-11-24 Duncan Mak <[email protected]>
  417. * XmlImplementation.cs (HasFeature): Fixed a typo. Thanks for
  418. Fabricio Barros Cabral (fx) on #mono for spotting it. This is his
  419. first patch to Mono! ;-)
  420. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  421. * XmlNode.cs:
  422. (AppendChild): readded refChild != null condition before throwing
  423. "cannot insert this node in this position" exception. There's probably
  424. a better solution. Fixes #34191.
  425. (RemoveAll): changed following Atsushi instructions.
  426. 2002-11-13 Duncan Mak <[email protected]>
  427. * XmlElement.cs (IsEmpty): A temporary check-in to keep gtk-sharp
  428. compiling.
  429. 2002-11-14 Atsushi Enomoto <[email protected]>
  430. * XmlDocument.cs : unified all constructors, added ConventionalParser,
  431. implemented CloneNode() and CreateEntityReference(),
  432. * XmlEntityReference.cs : set_Value, WriteContentTo, WriteTo
  433. set BaseURI to MonoTODO
  434. * XmlNode.cs : implemented PrependChild, modified ConstructDOM,
  435. bugfix InsertAfter (incorrect prepending) and InsertBefore
  436. (more than one DocumentElements hadn't caused errors)
  437. * XmlTextReader.cs : unified all constructors,
  438. added internal SetReaderContext(), SetReaderFragment()
  439. bugfix (syntax check of PUBLIC / getting internal subset)
  440. 2002-11-13 Atsushi Enomoto <[email protected]>
  441. XmlAttribute.cs : set_InnerText, set_InnerXml, some check for set_Prefix
  442. XmlAttributeCollection.cs : (indexer) this[localName, namespaceURI]
  443. XmlCharacterData.cs : exchanged Data and Value
  444. (for processing events and inheritance)
  445. XmlDocumentFragment.cs : set_InnerXml
  446. XmlSignificantWhitespace.cs : set_Value
  447. XmlTextReader.cs : ReadAttributeValue
  448. 2002-11-04 Atsushi Enomoto <[email protected]>
  449. XmlAttribute.cs: fixed missing internal 'OwnerElement''SetOwnerElement'
  450. 2002-11-03 Atsushi Enomoto <[email protected]>
  451. * XmlAttributeCollection.cs : checks owner element.
  452. implemented CopyTo, InsertAfter, InsertBefore, Prepend,
  453. Remove, RemoveAt, SetNamedItem.
  454. removed some logics that sets 'Parent' (that should be null)
  455. * XmlDocument.cs : set_InnerXml, [PreserveWhitespace(incomplete)]
  456. * XmlDocumentFragment.cs : get_InnerXml, WriteContentTo, WriteTo
  457. * XmlElement.cs : implemented WriteTo, set_InnerText.
  458. Fixed WriteTo() to add xmlns:* attributes when
  459. writer.LookupPrefix() returned mismatching.
  460. * XmlNamedNodeMap.cs : compare not only name but localname and nsuri.
  461. Removing different prefixes for the same uri now runs correct.
  462. added SetNamedItem(XmlNode node, int position_to_insert).
  463. * XmlNode.cs : ConstructDOM (logically) creates XmlEntityReference,
  464. XmlWhitespace, and XmlSignificantWhitespace
  465. 2002-10-31 Atsushi Enomoto <[email protected]>
  466. * XmlDocument.cs : implemented CreateDocumentFragment()
  467. * XmlElement.cs, XmlLinkedNode.cs :
  468. moved LastLinkedChild from XmlElement to XmlLinkedNode.
  469. * XmlEntityReference.cs : must throw NotImplementedException.
  470. * XmlNode.cs :
  471. + implemented InsertBefore() and then implemented InsertAfter()
  472. and modified AppendChild() to call it.
  473. + added logic to check ReadOnly, parent document equivalence,
  474. and inserting any 'content' before/after DocumentElement.
  475. + implemented Clone() [it is equals to CloneNode() by MS doc.]
  476. + added logic in RemoveChild() to check parent of oldChild.
  477. + fixed ConstructNamespaceManager() to internal only.
  478. 2002-10-29 Atsushi Enomoto <[email protected]>
  479. * XmlAttribute.cs : add internal 'IsDefault' property
  480. (equals to !Specified)
  481. * XmlImplementation.cs : added 'internalNameTable' property.
  482. * XmlDocument.cs :
  483. + now allows "" for 'standalone' in CreateXmlDeclaration.
  484. + implemented 'Implementation' property and constructor with it.
  485. + added logic for appending name table (but still no use)
  486. + implemented property 'DocumentType'
  487. (but without internalSubset parsing. wait for next update.)
  488. * XmlNode.cs :
  489. + modified AppendChild() and RemoveChild() to support fragment.
  490. + modified AppendChild() to remove newChild from its parent
  491. when newChild is already in the other place.
  492. + modified RemoveChild() to set parentNode null.
  493. + modified ConstructDOM() to create DocumentType,
  494. and fixed access modifier ('internal protected' to 'internal')
  495. * XmlLinkedNode.cs : fixed 'NextSibling' to return null
  496. when its parent is null.
  497. * XmlDocumentFragment.cs : added internal override 'LastLinkedChild'
  498. property to enable AppendChild() for this class.
  499. * XmlTextReader.cs : appended private publicId and systemId fields.
  500. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  501. * XmlTextReader.cs: make it work when the underlying Stream is not
  502. 'seekable'.
  503. 2002-10-26 Piers Haken <[email protected]>
  504. * XmlNode.cs: add virtual property XPathNodeType
  505. * XmlAttribute.cs:
  506. * XmlComment.cs:
  507. * XmlDocument.cs:
  508. * XmlElement.cs::
  509. * XmlProcessingInstruction.cs:
  510. * XmlSignificantWhitespace.cs:
  511. * XmlText.cs:
  512. * XmlWhitespace.cs: implement XPathNodeType property
  513. * XmlDocumentNavigator.cs: use XPathNodeType property instead of switch
  514. 2002-10-26 Piers Haken <[email protected]>
  515. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  516. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  517. * XmlTextReader.cs: don't increment depth for entity references.
  518. 2002-10-22 Tim Haynes <[email protected]>
  519. * - Fixed the duplication of xmlns:xx = yy when serializing the
  520. XML for serialization
  521. Fixed the unnecessary parsing/serializing when adding assemblies
  522. for serialization
  523. Avoided setting the XmlNode.InnerXml property
  524. (as it's not implemented)
  525. Fixed the usage/implementation of
  526. XmlElement.GetElementsByTagName()
  527. 2002-10-21 Duncan Mak <[email protected]>
  528. * XmlDocument.cs:
  529. * XmlElement.cs:
  530. * XmlNode.cs:
  531. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  532. Atsushi Enomoto <[email protected]>.
  533. 2002-10-18 Duncan Mak <[email protected]>
  534. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  535. <[email protected]>.
  536. 2002-10-12 A.Enomoto <[email protected]>
  537. * XmlDocument.cs (ImportNode): Implemented
  538. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  539. * XmlDocument.cs: one more Load method implemented.
  540. * XmlTextReader.cs: Depth now works.
  541. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  542. * XmlConvert.cs: IsInvalid is now internal.
  543. * XmlNamespaceManager.cs: implemented RemoveNamespace
  544. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  545. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  546. 2002-09-19 Matt Hunter <[email protected]>
  547. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  548. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  549. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  550. * XmlConvert.cs: finished implementation.
  551. * XmlTextReader.cs: fixed #30239.
  552. * XmlTextWriter.cs: fixed #30240.
  553. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  554. * XmlTextReader.cs: line and position begin with 1.
  555. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  556. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  557. and output line and position info in Message.
  558. * XmlReader.cs: implemented missing bits.
  559. 2002-09-12 Piers Haken <[email protected]>
  560. * XmlDocumentNavigator.cs: implement MoveToId()
  561. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  562. * XmlTextWriter.cs: fixed bug #29886.
  563. 2002-08-26 Ravi Pratap <[email protected]>
  564. * XmlAttribute.cs (InnerText): Implement getting this property.
  565. * XmlNode.cs (InnerText): Ensure that we append only values of
  566. text nodes.
  567. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  568. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  569. that allowed compiling this.
  570. [ FIXME: filed bug #29435. mcs should have failed on this ]
  571. 2002-08-25 Tim Coleman <[email protected]>
  572. * XmlNode.cs:
  573. Change CreateNavigator to not be virtual.
  574. * XmlElement.cs:
  575. Add set_Prefix and InnerText accessors.
  576. * XmlEntityReference.cs:
  577. Add set_Value accessor.
  578. * XmlTextWriter.cs:
  579. Make objects which should be private private.
  580. * XmlWriter.cs:
  581. Remove WriteStartElementInternal abstract definition.
  582. * XmlValidatingReader.cs:
  583. New stubs added.
  584. 2002-08-22 Jason Diamond <[email protected]>
  585. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  586. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  587. 2002-08-22 Jason Diamond <[email protected]>
  588. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  589. courtesy of Matt Hunter <[email protected]>.
  590. 2002-08-22 Jason Diamond <[email protected]>
  591. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  592. qualified GetElementsByTagName courtesy of Matt Hunter
  593. <[email protected]>.
  594. 2002-08-19 Jason Diamond <[email protected]>
  595. * XmlDocument.cs, XmlElement.cs: Added implementation of
  596. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  597. 2002-08-16 Jason Diamond <[email protected]>
  598. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  599. Marcus Bürgel <[email protected]>.
  600. 2002-08-13 Tim Coleman <[email protected]>
  601. * XmlTextWriter.cs:
  602. Partial implementation of WriteQualifiedName ().
  603. 2002-08-07 Kral Ferch <[email protected]>
  604. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  605. InsertData(), and ReplaceData(). These methods fire the
  606. NodeChanging and NodeChanged events.
  607. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  608. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  609. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  610. 2002-08-03 Tim Coleman <[email protected]>
  611. * XmlNamespaceManager.cs:
  612. .Net allows the empty namespace to be redefined
  613. at a later point, but the current implementation
  614. did not. This fixes a hashtable conflict.
  615. 2002-07-26 Tim Coleman <[email protected]>
  616. * XmlTextWriter.cs:
  617. When given a textwriter, check to see if it has a
  618. null encoding. This was being done for other inputs
  619. than a textwriter.
  620. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  621. * XmlTextReader.cs: rough line/column support.
  622. 2002-07-23 Duncan Mak <[email protected]>
  623. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  624. (string, string []) is particularly strange.
  625. * XmlException.cs: Remember to call the base serialization
  626. constructor.
  627. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  628. 2002-07-14 Jason Diamond <[email protected]>
  629. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  630. parentNode field.
  631. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  632. if the current node is an attribute.
  633. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  634. owner element.
  635. 2002-07-12 Jason Diamond <[email protected]>
  636. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  637. creating an element, use String.Empty instead.
  638. 2002-07-12 Piers Haken <[email protected]>
  639. * XmlAttributeCollection.cs: implement some ItemOf indexers
  640. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  641. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  642. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  643. 2002-10-26 Piers Haken <[email protected]>
  644. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  645. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  646. * XmlTextReader.cs: don't increment depth for entity references.
  647. 2002-10-22 Tim Haynes <[email protected]>
  648. * - Fixed the duplication of xmlns:xx = yy when serializing the
  649. XML for serialization
  650. Fixed the unnecessary parsing/serializing when adding assemblies
  651. for serialization
  652. Avoided setting the XmlNode.InnerXml property
  653. (as it's not implemented)
  654. Fixed the usage/implementation of
  655. XmlElement.GetElementsByTagName()
  656. 2002-10-21 Duncan Mak <[email protected]>
  657. * XmlDocument.cs:
  658. * XmlElement.cs:
  659. * XmlNode.cs:
  660. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  661. Atsushi Enomoto <[email protected]>.
  662. 2002-10-18 Duncan Mak <[email protected]>
  663. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  664. <[email protected]>.
  665. 2002-10-12 A.Enomoto <[email protected]>
  666. * XmlDocument.cs (ImportNode): Implemented
  667. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  668. * XmlDocument.cs: one more Load method implemented.
  669. * XmlTextReader.cs: Depth now works.
  670. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  671. * XmlConvert.cs: IsInvalid is now internal.
  672. * XmlNamespaceManager.cs: implemented RemoveNamespace
  673. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  674. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  675. 2002-09-19 Matt Hunter <[email protected]>
  676. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  677. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  678. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  679. * XmlConvert.cs: finished implementation.
  680. * XmlTextReader.cs: fixed #30239.
  681. * XmlTextWriter.cs: fixed #30240.
  682. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  683. * XmlTextReader.cs: line and position begin with 1.
  684. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  685. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  686. and output line and position info in Message.
  687. * XmlReader.cs: implemented missing bits.
  688. 2002-09-12 Piers Haken <[email protected]>
  689. * XmlDocumentNavigator.cs: implement MoveToId()
  690. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  691. * XmlTextWriter.cs: fixed bug #29886.
  692. 2002-08-26 Ravi Pratap <[email protected]>
  693. * XmlAttribute.cs (InnerText): Implement getting this property.
  694. * XmlNode.cs (InnerText): Ensure that we append only values of
  695. text nodes.
  696. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  697. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  698. that allowed compiling this.
  699. [ FIXME: filed bug #29435. mcs should have failed on this ]
  700. 2002-08-25 Tim Coleman <[email protected]>
  701. * XmlNode.cs:
  702. Change CreateNavigator to not be virtual.
  703. * XmlElement.cs:
  704. Add set_Prefix and InnerText accessors.
  705. * XmlEntityReference.cs:
  706. Add set_Value accessor.
  707. * XmlTextWriter.cs:
  708. Make objects which should be private private.
  709. * XmlWriter.cs:
  710. Remove WriteStartElementInternal abstract definition.
  711. * XmlValidatingReader.cs:
  712. New stubs added.
  713. 2002-08-22 Jason Diamond <[email protected]>
  714. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  715. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  716. 2002-08-22 Jason Diamond <[email protected]>
  717. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  718. courtesy of Matt Hunter <[email protected]>.
  719. 2002-08-22 Jason Diamond <[email protected]>
  720. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  721. qualified GetElementsByTagName courtesy of Matt Hunter
  722. <[email protected]>.
  723. 2002-08-19 Jason Diamond <[email protected]>
  724. * XmlDocument.cs, XmlElement.cs: Added implementation of
  725. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  726. 2002-08-16 Jason Diamond <[email protected]>
  727. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  728. Marcus Bürgel <[email protected]>.
  729. 2002-08-13 Tim Coleman <[email protected]>
  730. * XmlTextWriter.cs:
  731. Partial implementation of WriteQualifiedName ().
  732. 2002-08-07 Kral Ferch <[email protected]>
  733. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  734. InsertData(), and ReplaceData(). These methods fire the
  735. NodeChanging and NodeChanged events.
  736. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  737. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  738. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  739. 2002-08-03 Tim Coleman <[email protected]>
  740. * XmlNamespaceManager.cs:
  741. .Net allows the empty namespace to be redefined
  742. at a later point, but the current implementation
  743. did not. This fixes a hashtable conflict.
  744. 2002-07-26 Tim Coleman <[email protected]>
  745. * XmlTextWriter.cs:
  746. When given a textwriter, check to see if it has a
  747. null encoding. This was being done for other inputs
  748. than a textwriter.
  749. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  750. * XmlTextReader.cs: rough line/column support.
  751. 2002-07-23 Duncan Mak <[email protected]>
  752. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  753. (string, string []) is particularly strange.
  754. * XmlException.cs: Remember to call the base serialization
  755. constructor.
  756. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  757. 2002-07-14 Jason Diamond <[email protected]>
  758. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  759. parentNode field.
  760. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  761. if the current node is an attribute.
  762. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  763. owner element.
  764. 2002-07-12 Jason Diamond <[email protected]>
  765. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  766. creating an element, use String.Empty instead.
  767. 2002-07-12 Piers Haken <[email protected]>
  768. * XmlAttributeCollection.cs: implement some ItemOf indexers
  769. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  770. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  771. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  772. * XmlTextWriter: Fixed Indentation. IndentationOverridden should
  773. not be set when inside a attribute.
  774. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  775. * XmlTextWriter: In WriteStartElement, if namespace is null and
  776. prefix is null|empty do not write out xmlns=""
  777. * XmlWriter: WriteStartElement calls the virtual method with null
  778. argument instead of empty string.
  779. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  780. * XmlTextReader.cs: implemented .ctor (Stream).
  781. 2002-06-26 Duncan Mak <[email protected]>
  782. * XmlNodeReader.cs: Implementation of most of the properties, and
  783. some of the related methods.
  784. 2002-06-23 Piers Haken <[email protected]>
  785. * XmlDocumentNavigator.cs: implement Clone()
  786. * XmlElement.cs: remove bogus unimplemented override of InnerText
  787. * XmlNode.cs: implment SelectNodes/SelectSingleNode
  788. * XmlNodeArrayList.cs: new support class for SelectNodes
  789. 2002-06-21 Ajay kumar Dwivedi <[email protected]>
  790. * XmlQualifiedName: Name and Namespaces are never null. If null is passed
  791. to the constructor, set them to empty strings.
  792. Fixed the Operators.
  793. 2002-06-18 Ajay kumar Dwivedi <[email protected]>
  794. * XmlTextReader.cs: HasLineInfo returns false instead of throwing an
  795. Exception.
  796. 2002-06-14 Duncan Mak <[email protected]>
  797. * XmlConvert.cs: Added CLSCompliant attributes to methods.
  798. 2002-06-12 Duncan Mak <[email protected]>
  799. * XmlCharacterData.cs (Value): Throw an ArgumentException in the
  800. set block if the node is read-only.
  801. 2002-06-10 Ajay kumar Dwivedi <[email protected]>
  802. * XmlConstruct.cs : New Internal class with Helper methods for
  803. Checking XmlConstructs
  804. * XmlConvert.cs: Implemented most of the methods
  805. 2002-06-08 Duncan Mak <[email protected]>
  806. * XmlDocument.cs (Load):
  807. Added bits to Load (string) for BaseURI support.
  808. * XmlAttribute.cs (BaseURI):
  809. * XmlDocument.cs (BaseURI):
  810. * XmlEntity.cs (BaseURI): Implemented.
  811. 2002-05-27 Jason Diamond <[email protected]>
  812. * XmlDocumentNavigator.cs: Added file to directory.
  813. * XmlNode.cs (CreateNavigator): Implemented.
  814. (InnerText): Implemented.
  815. * XmlDocument.cs (NamespaceURI, Prefix): Return String.Empty instead of
  816. throwing exception.
  817. (Load(XmlReader)): Allow for namespace qualified attributes.
  818. * XmlElement.cs: Implemented GetAttribute(string, string) and both
  819. GetAttributeNode overloads.
  820. (SetAttributeNode(XmlAttribute)): Implemented.
  821. * XmlNamedNodeMap.cs: Fixed copy/paste bugs in GetNamedItem(string, string)
  822. and RemoveNamedItem(string, string).
  823. * XmlLinkedNode.cs (PreviousSibling): Implemented.
  824. * XmlTextReader.cs: Added code to maintain the order of attributes as
  825. they're parsed. XML doesn't require this but Microsoft's parser does it and
  826. matching them makes testing easier so now we have it, too.
  827. 2002-05-26 Miguel de Icaza <[email protected]>
  828. * XmlDocument.cs: Implement the Save methods.
  829. 2002-05-08 Mike Kestner <[email protected]>
  830. * XmlNamedNodeMap.cs (SetNamedItem): Fixed a copy/paste bug.
  831. 2002-04-28 Duncan Mak <[email protected]>
  832. * XmlSignificantWhitespace.cs (Value):
  833. * XmlWhitespace.cs (Value): Added MonoTODO to the 'set'
  834. block. Added new private method, IsValidWhitespaceChar, for
  835. checking.
  836. 2002-04-16 Duncan Mak <[email protected]>
  837. * XmlParserContext.cs (NameTable): Fixed a typo in the set block.
  838. 2002-04-12 Duncan Mak <[email protected]>
  839. * XmlAttribute.cs (Prefix): Added preliminary code for set block,
  840. added comment on work that needs to be done here. A new MonoTODO item.
  841. * XmlDocument.cs (ctor): Corrected constructor signature, changed
  842. parameter from 'NameTable' to 'XmlNameTable'.
  843. * XmlDocumentFragment.cs (InnerXml): Added missing set block.
  844. * XmlCaseOrder.cs: Moved to System.Xml.XPath.
  845. 2002-04-10 Duncan Mak <[email protected]>
  846. * XmlNodeReader.cs: Initial stubs for the class.
  847. 2002-04-08 Kral Ferch <[email protected]>
  848. * XmlAttributes.cs: InnerXml getter, WriteContentTo, and WriteTo
  849. implementations.
  850. * XmlDeclaration.cs: WriteTo implementation.
  851. * XmlDocument.cs: InnerXml getter implementation.
  852. * XmlElement.cs: InnerXml getter implementation.
  853. * XmlNode.cs: Removed MonoTODO attrib on OuterXml.
  854. * XmlSignificantWhitespace.cs: WriteTo implementation.
  855. * XmlText.cs: WriteContentTo and WriteTo implementation.
  856. * XmlTextWriter.cs: WriteRaw implementation.
  857. * XmlWhitespace.cs: WriteContentTo and WriteTo implementations.
  858. 2002-04-05 Kral Ferch <[email protected]>
  859. * XmlAttributes.cs: Added reminder MonoTODO to set NamespaceURI
  860. if prefix in constructor is one of the default ones.
  861. * XmlCharacterData.cs: Returns String.Empty for Value and Data
  862. even when constructed with null.
  863. * XmlDeclaration.cs: Value doesn't put encoding or standalone
  864. in if they are empty.
  865. * XmlDocument.cs: Implemented CreateNode methods and this caused
  866. the changes in the other files in this checkin.
  867. * XmlProcessingInstruction.cs: Returns String.Empty for Value and Data
  868. even when constructed with null.
  869. * XmlWhitespace.cs: Changed Value 'get' to return Data.
  870. 2002-04-01 Kral Ferch <[email protected]>
  871. * XmlTextWriter.cs: Impls for WriteEndDocument and WriteFullEndElement.
  872. 2002-03-31 Kral Ferch <[email protected]>
  873. * XmlTextWriter.cs: Impls for LookupPrefix, WriteBase64,
  874. and WriteCharEntity.
  875. * XmlWrite.cs: Fixed bug where attribute namespace decl
  876. was pushing a scope onto the namespace manager when it shouldn't
  877. have been.
  878. 2002-03-31 Kral Ferch <[email protected]>
  879. * XmlTextWriter.cs: Some tweaks for WriteAttibuteString
  880. in different states (no open start element, in WriteState.Content mode).
  881. 2002-03-29 Kral Ferch <[email protected]>
  882. * XmlTextWriter.cs: XmlLang and XmlSpace properties
  883. and WriteWhitespace.
  884. * XmlTextWriterOpenElement.cs: scope support for XmlLang
  885. and XmlSpace.
  886. 2002-03-29 Kral Ferch <[email protected]>
  887. * XmlTextWriter.cs: Working on Attribute methods.
  888. * XmlWriter.cs: Working on Attribute methods.
  889. 2002-03-28 Duncan Mak <[email protected]>
  890. * XmlDocument.cs (CreateWhitespace):
  891. (CreateSignificantWhitespace): Removed extraneous call to the ToCharArray
  892. method.
  893. * XmlSignificantWhitespace.cs (Value): Removed MonoTODO attribute.
  894. 2002-03-26 Duncan Mak <[email protected]>
  895. * XmlDocument.cs (CreateDocumentType): Implemented.
  896. * XmlNode.cs (Value): Implemented.
  897. * XmlProcessingInstruction.cs (InnerText): Implemented. It works just
  898. like XmlCharacterData.
  899. * XmlDeclaration.cs (CloneNode):
  900. * XmlDocument.cs (CreateXmlDeclaration): Added missing constructor
  901. arguments.
  902. * XmlCharacterData.cs (InnerText): Implemented. Funny that the
  903. docs say it is the "The concatenated values of the node and all
  904. the children of the node.". I wrote some test programs and
  905. couldn't get any of the derived nodes to AppendChild. For now,
  906. InnerText == Data == Value.
  907. (Substring): Fixed typo.
  908. * XmlDeclaration.cs (XmlDeclaration): Fixed the constructor parameter signature.
  909. * XmlImplementation.cs (CreateDocument): Implemented.
  910. 2002-03-25 Duncan Mak <[email protected]>
  911. * XmlDeclaration.cs: Rewrote the class, fixed formatting, added
  912. missing properties (InnerText, Value).
  913. * XmlDocument.cs (CreateXmlDeclaration): Implemented.
  914. 2002-03-23 Kral Ferch <[email protected]>
  915. * XmlTextWriter.cs: Impls for BaseStream and
  916. Namespaces and WriteState.
  917. * XmlWriter.cs: WriteState and WriteStartElementInternal.
  918. 2002-03-23 Kral Ferch <[email protected]>
  919. * XmlNodeListChildren.cs: made class internal
  920. instead of public. Shouldn't be visible outside
  921. of System.Xml.
  922. * XmlTextWriter.cs: Implementations for Formatting,
  923. IndentChar, Indenting, QuoteChar, WriteStartDocument(standalone).
  924. Suppresses encoding on xml declaration if null stream passed in.
  925. Formats output including suppressing indentation for elements in
  926. mixed content mode.
  927. * XmlTextWriterOpenElement.cs: Initial checkin.
  928. XmlTextWriter uses stack of these objects to track
  929. state.
  930. 2002-03-22 Mike Kestner <[email protected]>
  931. * XmlElement.cs: impl HasAttribute(string name).
  932. 2002-03-22 Duncan Mak <[email protected]>
  933. * XmlElement.cs: Reformatted.
  934. (CloneNode) Corrected.
  935. * XmlDocument.cs (CreateWhitespace):
  936. (CreateSignificantWhitespace): Implemented.
  937. * XmlAttribute.cs (CloneNode): Changed the child's CloneNode to
  938. true, because Attributes have ChildNodes.
  939. 2002-03-21 Kral Ferch <[email protected]>
  940. * XmlTextWriter.cs: WriteStartDocument tracks state, writes out
  941. xml declaration along with encoding. WriteEndElement throws
  942. exception if no WriteStartElement exists.
  943. 2002-03-20 Duncan Mak <[email protected]>
  944. * XmlEntityReference.cs (CloneNode): Implemented.
  945. * XmlException.cs (Message): Implemented. We need to cache the
  946. message string because SystemException doesn't expose 'message'
  947. from Exception.
  948. * XmlText.cs (Value): Added in the missing Value property.
  949. 2002-03-20 Duncan Mak <[email protected]>
  950. * XmlAttribute.cs (CloneNode): Implemented.
  951. * XmlDocumentFragment.cs (CloneNode): Implemented.
  952. * XmlElement.cs (CloneNode): Implemented.
  953. 2002-03-19 Duncan Mak <[email protected]>
  954. * XmlNotation.cs: Added to CVS.
  955. * XmlAttribute.cs (CloneNode): First crack at the CloneNode method.
  956. * XmlCDataSection.cs (CloneNode): Implemented.
  957. * XmlDocumentFragment.cs: Reformatted and added the missing properties
  958. (InnerXml, OwnerDocument, ParentNode).
  959. (CloneNode): Implemented.
  960. * XmlSignificantWhitespace.cs (CloneNode): Implemented.
  961. (Value) Implemented the 'get' property.
  962. * XmlWhitespace.cs (Module): implemented.
  963. 2002-03-19 Jason Diamond <[email protected]>
  964. * XmlDocument.cs: Fixed typo in Load that was duplicating the LocalName
  965. in the prefix.
  966. 2002-03-18 Jason Diamond <[email protected]>
  967. * XmlTextReader.cs: Don't restore properties after reading last
  968. attribute on an element.
  969. * XmlDocument.cs: Move back to element after reading attributes
  970. so that IsEmptyElement test succeeds.
  971. 2002-03-18 Kral Ferch <[email protected]>
  972. * XmlNamespaceManager.cs: Implemented LookupPrefix.
  973. * XmlTextWriter.cs: Implemented namespace and prefix support.
  974. 2002-03-18 Kral Ferch <[email protected]>
  975. * XmlTextReader.cs: Restores properties after
  976. reading last attribute on an element.
  977. * XmlNode.cs: AppendChild sets the parent
  978. on the child.
  979. 2002-03-17 Kral Ferch <[email protected]>
  980. * XmlCDataSection.cs: Formatting, Implementation for WriteTo.
  981. * XmlComment.cs: Implementations for WriteTo and WriteContentTo.
  982. * XmlElement.cs: Fixed bug in WriteTo.
  983. * XmlProcessingInstruction.cs: Formatting.
  984. * XmlTextWriter.cs: Implementations for Close, WriteCData, WriteComment,
  985. fixes for WriteEndElement, WriteProcessingInstruction.
  986. 2002-03-17 Kral Ferch <[email protected]>
  987. * XmlDocument.cs: Implementations for WriteTo() and WriteContentTo(),
  988. had Load() add PIs to the document, moved onXXX methods to alphabetical
  989. order in the file.
  990. * XmlElement.cs: Implementations for WriteTo() and WriteContentTo().
  991. * XmlNode.cs: Implementations for InnerXml Get and OuterXml.
  992. * XmlProcessingInstruction.cs: Implementations for WriteTo() and
  993. WriteContentTo().
  994. * XmlTextWriter.cs: Implementations for WriteEndElement,
  995. WriteProcessingInstruction, WriteStartElement, and WriteString.
  996. * XmlWriter.cs: Implemented WriteStartElement() methods.
  997. 2002-03-15 Duncan Mak <[email protected]>
  998. * XmlEntity.cs: Added to CVS. Need to implement BaseURI and
  999. InnerText once I know what they do.
  1000. * XmlDocumentType.cs (XmlDocumentType): Fix the constructor now
  1001. that we can properly chain constructors.
  1002. (CloneNode): implemented.
  1003. (WriteContentTo): Removed MonoTODO attribute as this method has no
  1004. effect in this class.
  1005. * XmlProcessingInstruction.cs (Value): Added the missing Set
  1006. block.
  1007. (InnerText): Added in, but not implemented.
  1008. 2002-03-14 Kral Ferch <[email protected]>
  1009. * XmlTextWriter.cs: implemented constructors and
  1010. WriteCData and WriteComment.
  1011. 2002-03-14 Duncan Mak <[email protected]>
  1012. * XmlDocument.cs: Moved the NodeChanged EventHandler to its own
  1013. file, and updated the callbacks to reflect the change.
  1014. (XmlDocument): Added the NameTable constructor.
  1015. (NameTable): Also the NameTable property.
  1016. * XmlNodeChangedEventHandler.cs: Added, replacing the version that
  1017. was in XmlDocument.cs. It has two arguments now (object,
  1018. EventArgs) , instead of one (object).
  1019. 2002-03-14 Kral Ferch <[email protected]>
  1020. * XmlWriter.cs: Formatting.
  1021. * XmlTextWriter.cs: Initial checkin.
  1022. 2002-03-14 Duncan Mak <[email protected]>
  1023. * Validation.cs: Removed, replaced by ValidationType.cs.
  1024. * ValidationType.cs: Added.
  1025. 2002-03-13 Duncan Mak <[email protected]>
  1026. * XmlException.cs: Made it [Serializable], implemented good ol'
  1027. GetObjectData, and the serialization constructor.
  1028. * XmlNamedNodeMap.cs (SetNamedItem): Check for the Name property.
  1029. (SetNamedItem): Reverted (added back in) the patch with the
  1030. ReadOnly checks. "Don't doubt yourself, my son... you were right!"
  1031. * XmlNamedNodeMap.cs (GetEnumerator): piggyback on the ArrayList implementation.
  1032. (GetNamedItem (string, string)): implemented.
  1033. (RemoveNamedItem): implemented.
  1034. (SetNamedItem): implemented.
  1035. 2002-03-12 Kral Ferch <[email protected]>
  1036. * XmlAttribute.cs: Moved a method from amongst properties down to
  1037. it's alphabetical position in the methods section.
  1038. * XmlNode.cs: Passes in 'this' to XmlNodeList constructor instead of
  1039. last linked child. Set XmlNode base class to return false for IsReadOnly().
  1040. Implemented GetEnumerator() and RemoveChild().
  1041. * XmlNodeListChildren.cs: Now stores the parent instead of the last child.
  1042. This is to support the behavior that the Enumerator doesn't become invalid
  1043. when changes to the children occur. Flushed out rest of implementation for
  1044. MoveNext, Current, and Reset.
  1045. 2002-03-12 Duncan Mak <[email protected]>
  1046. * XmlCharacterData.cs: Reformatted the properties for better readability.
  1047. * XmlLinkedNode.cs: Removed the awful boxy comments.
  1048. * XmlNamedNodeMap.cs (Count):
  1049. (Item): Implemented. Tests will be coming.
  1050. * XmlEntityReference.cs:
  1051. * XmlSignificantWhitespace.cs: Implemented these classes except for
  1052. the Clone, WriteContentTo and WriteTo methods. Will have to
  1053. investigate into these later.
  1054. 2002-03-11 Duncan Mak <[email protected]>
  1055. * IHasXmlNode.cs: Added to CVS.
  1056. 2002-03-08 Jason Diamond <[email protected]>
  1057. * XmlParserContext.cs: Added missing constructors and missing Encoding
  1058. property.
  1059. * XmlTextReader.cs: Start using the XmlParserContext class.
  1060. 2002-03-08 Jason Diamond <[email protected]>
  1061. * XmlTextReader.cs: Implemented MoveToElement and MoveToFirstAttribute.
  1062. 2002-03-08 Mike Kestner <[email protected]>
  1063. * XmlNode.cs (Item): Implemented both indexers.
  1064. 2002-03-08 Jason Diamond <[email protected]>
  1065. * DomEncodingType.cs, TreePosition.cs, XPathNodeType.cs, XmlDataType.cs,
  1066. XmlExceptionCode.cs, XmlSortOrder.cs, XmlUtil.cs: Removed files.
  1067. 2002-03-08 Jason Diamond <[email protected]>
  1068. * XmlAttribute.cs: Attribute nodes are supposed to store their values
  1069. as child nodes so updated to reflect that.
  1070. * XmlDocument.cs, XmlElement.cs, XmlNode.cs: Moved code that was
  1071. duplicated in XmlDocument and XmlElement into XmlNode so that it
  1072. wouldn't have to be duplicated in XmlAttribute, too.
  1073. 2002-03-08 Kral Ferch <[email protected]>
  1074. * XmlNodeList.cs, XmlDocument.cs, XmlLinkedNode.cs,
  1075. XmlNode.cs: Formatting.
  1076. * XmlNodeListChildren.cs: Implementation of XmlNodeList
  1077. for XmlNode.ChildNodes property.
  1078. * XmlNodeListAsArrayList.cs: Removed file. Using different
  1079. data structure (circular list) in XmlNode so this file
  1080. is no longer valid.
  1081. * XmlDocument.cs, XmlElement.cs: New ChildNodes tests found
  1082. bug in setter property of LastLinkedChild so fixed it.
  1083. 2002-03-06 Jason Diamond <[email protected]>
  1084. * XmlInputSource.cs, XmlNames_1_0.cs, XmlParse.cs: Removed files.
  1085. We already have a parser in XmlTextReader.
  1086. * XmlException.cs: Removed constructor accepting XmlInputSource.
  1087. 2002-03-06 Kral Ferch <[email protected]>
  1088. * XmlNode.cs: Rewrote this class from scratch with
  1089. MonoToDo attribs and NotImplementedExceptions. Now defines an
  1090. internal LastLinkedNode property to aid the new implementation.
  1091. XmlNodes only have ref to owner doc and parent nodes now.
  1092. * XmlLinkedNode.cs: Added NextLinkedSibling internal property
  1093. and ref to next sibling to support walking our circular child
  1094. node list.
  1095. * XmlDocument.cs: Added ref to last child node and overrides
  1096. XmlNode's internal LastLinkedChild property to support walking
  1097. our circular child node list.
  1098. 2002-03-02 Kral Ferch <[email protected]>
  1099. * XmlProcessingInstructions.cs: Class was empty. Implemented
  1100. constructor, properties, and CloneNode() method. Put in
  1101. MonoToDo attrib for remaining methods.
  1102. * XmlComment.cs: Reformatted and put in MonoToDo attribs.
  1103. Got rid of helper methods and fields since they were no
  1104. longer needed.
  1105. * XmlLinkedNode.cs: Reformatted and put in MonoToDo attribs.
  1106. * XmlDocument.cs: Added code to Load(XmlReader) to create XmlComment,
  1107. XmlCDataSection, and XmlProcessingInstruction nodes. Implemented
  1108. Createxxx() methods for those three node types.
  1109. 2002-03-02 Jason Diamond <[email protected]>
  1110. * XmlDocument.cs: Implemented the remaining CreateElement and
  1111. CreateAttribute methods.
  1112. * XmlAttribute.cs: Re-implemented.
  1113. * XmlElement.cs: Set owner element on attributes. Reformatted.
  1114. 2002-03-02 Jason Diamond <[email protected]>
  1115. * XmlTextReader.cs: Implemented MoveToNextAttribute().
  1116. * XmlDocument.cs: Reformatted. Adding missing methods and MonoTODO
  1117. attributes. Create attribute nodes while loading. Implemented
  1118. Load(string) and CreateTextNode().
  1119. * XmlCharacterData.cs, XmlText.cs: Re-implemented.
  1120. * XmlCDataSection.cs, XmlComment.cs: Call correct constructor in
  1121. XmlCharacterData.
  1122. * XmlNamedNodeMap.cs, XmlAttributeCollection.cs: Stubbed out.
  1123. 2002-03-02 Mike Kestner <[email protected]>
  1124. * XmlAttribute.cs : Using fix.
  1125. * XmlDocument.cs (CreateAttribute(String)): Implement.
  1126. 2002-03-02 Jason Diamond <[email protected]>
  1127. * XmlNamespaceManager.cs: Atomize prefixes and namespaces strings in
  1128. the name table.
  1129. 2002-02-28 Jason Diamond <[email protected]>
  1130. * XmlDocument.cs, XmlNode.cs: Initial implementation of LoadXml
  1131. courtesy of Kral Ferch <[email protected]>.
  1132. 2002-02-28 Jason Diamond <[email protected]>
  1133. * XmlException.cs, XmlReader.cs, XmlTextReader.cs: Reformatted,
  1134. added missing members and MonoTODO attributes.
  1135. * XmlTextReader.cs: Throw XmlException instead of System.Exception.
  1136. 2002-02-27 Jason Diamond <[email protected]>
  1137. * XmlElement.cs: Reformatted, added missing members and MonoTODO
  1138. attributes.
  1139. 2002-02-26 Duncan Mak <[email protected]>
  1140. * XmlCDataSection.cs: Initial implementation.
  1141. * NameTable.cs: Fixed the whole thing. Wrote a NUnit test to test
  1142. it out. This should (hopefully) be correct.
  1143. 2002-02-26 Jason Diamond <[email protected]>
  1144. * XmlTextReader.cs: Apparently Microsoft's implementation treats
  1145. namespace declarations as attributes so we do now, too.
  1146. * XmlNamespaceManager.cs: HasNamespace fixed so that it only
  1147. checks the current scope.
  1148. 2002-02-26 Duncan Mak <[email protected]>
  1149. * XmlDocumentType.cs: Added a few hacks here and there to
  1150. temporarily fix the "I broke the build issue".
  1151. 2002-02-25 Jason Diamond <[email protected]>
  1152. * XmlDocument.cs, XmlElement.cs, XmlNode.xs, XmlNodeList.cs,
  1153. XmlNodeListAsArrayList.cs: Multiple fixes necessary to get
  1154. simple test to pass. The existing code is really shitty so I'll
  1155. probably start writing tests and refactoring before much else
  1156. can get done.
  1157. 2002-02-25 Duncan Mak <[email protected]>
  1158. * NameTable.cs: Implemented.
  1159. * XmlDeclaration.cs: It should inherit from XmlLinkedNode, not XmlNode.
  1160. 2002-02-24 Duncan Mak <[email protected]>
  1161. * XmlNodeOrder.cs: Added to CVS.
  1162. * XmlQualifiedName.cs: Fixed a warning from Equals ().
  1163. * XmlTokenizedType.cs: Added to CVS.
  1164. * XmlUrlResolver.cs: Added to CVS with one TODO task.
  1165. 2002-02-23 Duncan Mak <[email protected]>
  1166. * XmlQualifiedName.cs: Fixed ToString () and added the operators
  1167. (== and !=).
  1168. 2002-02-23 Jason Diamond <[email protected]>
  1169. * XmlTextReader.cs: Added support for qualified attributes.
  1170. 2002-02-23 Jason Diamond <[email protected]>
  1171. * XmlNamespaceManager.cs: Initial implementation.
  1172. * XmlTextReader.cs: Added support for NamespaceURI property on
  1173. elements.
  1174. 2002-02-23 Nick Drochak <[email protected]>
  1175. * ChangeLog: Add the change log to this directory
  1176. * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
  1177. MonoTODO's