2002-12-03 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 2 Dec 2002 17:57:45 +0000 (17:57 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 2 Dec 2002 17:57:45 +0000 (17:57 -0000)
commit8e0ac9abb492f17adfd46b183cf59707a8ff7d41
tree50eb34a48d159a43d311e2eedd35db6e3c04e497
parenta101535df45cd4535a12fe1116896b5e3886afd3
2002-12-03  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* XmlDocument.cs (CreateNavigator(XmlNode)) : reverted
* XmlTextWriter.cs (WriteStartElementInternal):
  fixed when default namespace was specified, all descendants
  fail to omit the default namespace declarations.
* XmlAttribute.cs,
  XmlDocument.cs,
  XmlNode.cs (internal XmlLang/XmlSpace) : implemented(defined)
* XmlAttribute.cs,
  XmlDocumentFragment.cs,
  XmlElement.cs (set_InnerXml): now uses XmlLang/XmlSpace
* XmlElement.cs (set_IsEmpty) : implemented
  (WriteTo) : removed my improper indenting (Writer already done)
* XmlNode.cs (BaseURI) : fixed if ParentNode is null, NullPointerEx
  (ConstructDOM) : implemented when xmlReader isn't XmlTextReader
...and renamed XmlDocument.ConventionalParser to ReusableReader ;-)

svn path=/trunk/mcs/; revision=9355
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/XmlTextWriter.cs