Fixed bug #3504 - implemented ValidateEndElement() var argument support.
commit8062ba1e7bf6ac903fa9af1c89470b44fe74d3d0
authorAtsushi Eno <atsushi@ximian.com>
Fri, 9 Mar 2012 14:52:34 +0000 (9 23:52 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Fri, 9 Mar 2012 14:52:34 +0000 (9 23:52 +0900)
tree33fc3db7cb83ecac9e3a1231eab1bdace43e1fd1
parent518bd2254d713853ca3a0d39d6e677e82a7e785b
Fixed bug #3504 - implemented ValidateEndElement() var argument support.

It is documented in MSDN and I could implement it.

For the actual implementation of object-to-string conversion, I could pick
up dead old XmlValueConverter class from pre-RTM .NET 2.0(!).
It is now added to the sources where applicable.
mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaValidator.cs
mcs/class/System.XML/System.Xml.Schema/XmlValueConverter.cs
mcs/class/System.XML/System.Xml.dll.sources
mcs/class/System.XML/mobile_System.Xml.dll.sources