2003-03-15 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Sat, 15 Mar 2003 08:35:39 +0000 (08:35 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Sat, 15 Mar 2003 08:35:39 +0000 (08:35 -0000)
commit5a8beb8931ee636c5dbbb169739242a8f8446f55
tree7afb144368ce8f65aeace41a4b16ff10d5b214df
parent54af13ed354a44579bbd64c37b8fdc64e9e59644
2003-03-15  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlConstructs.cs : fix "int IsXXX()" to reject negative value.
* XmlDocument.cs : simplify Load(string url) to use XmlTextReader.
  fixed ReadNode(), it should call reader.Read() only on Initial state.
* XmlInputStream.cs : Changed namespace. Added XmlStreamReader(stream)
  and XmlStreamReader (string). Fixed XmlInputStream(url) not to use
  System.Net.WebClient directly.
* XmlParserContext.cs : baseURI don't be null.
* XmlTextWriter.cs : use WebName for Encoding instead of HeaderName.
* XmlUrlResolver.cs : namespace change for XmlInputStream.

svn path=/trunk/mcs/; revision=12517
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlConstructs.cs
mcs/class/System.XML/System.Xml/XmlDocument.cs
mcs/class/System.XML/System.Xml/XmlInputStream.cs
mcs/class/System.XML/System.Xml/XmlParserContext.cs
mcs/class/System.XML/System.Xml/XmlTextWriter.cs
mcs/class/System.XML/System.Xml/XmlUrlResolver.cs