2002-12-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 23 Dec 2002 17:35:55 +0000 (17:35 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 23 Dec 2002 17:35:55 +0000 (17:35 -0000)
commit879d8fbdcd1e6a59972d878a74760a0d67055062
tree5a2a5fb2511241d3ed15a4c71c063aed7e3afa07
parenta275fb46180a15520035594ed4d6c0a69c9d472e
2002-12-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlAttribute.cs, XmlDocument.cs, XmlTextReader.cs:
Implemented XmlTextReader.ReadAttributeValue().
Added internal ReadAttributeNodeValue().
Fixed XmlAttribute.InnerXml to use these methods.

* XmlDocument.cs, XmlDocumentFragment.cs, XmlElement.cs, XmlNode.cs:
Implemented XmlDocument.ReadNode() and removed ConstructDOM().
Other changes are replacing them.

svn path=/trunk/mcs/; revision=9848
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlAttribute.cs
mcs/class/System.XML/System.Xml/XmlDocument.cs
mcs/class/System.XML/System.Xml/XmlDocumentFragment.cs
mcs/class/System.XML/System.Xml/XmlElement.cs
mcs/class/System.XML/System.Xml/XmlNode.cs
mcs/class/System.XML/System.Xml/XmlTextReader.cs