2002-08-16 Jason Diamond <jason@injektilo.org>
[mono.git] / mcs / class / System.XML / System.Xml / XmlElement.cs
2002-08-17 Jason Diamond2002-08-16 Jason Diamond <jason@injektilo.org>
2002-07-15 Jason DiamondFixed MoveToParent issues with the navigator and attrib...
2002-06-23 Piers Haken2002-06-23 Piers Haken <piersh@friskit.com>
2002-05-27 Jason DiamondIn System.Xml:
2002-04-09 Kral FerchInnerXml, OuterXml, WriteContentTo, and WriteTo for...
2002-04-03 Piers Hakenminor CLS conformance tweaks (visibility, virtual,...
2002-03-22 Mike Kestner2002-03-22 Mike Kestner <mkestner@speakeasy.net>
2002-03-22 Duncan Mak2002-03-22 Duncan Mak <duncan@ximian.com>
2002-03-20 Duncan Mak2002-03-20 Duncan Mak <duncan@ximian.com>
2002-03-18 Kral FerchMore XmlTextWriter and node WriteTo.
2002-03-17 Kral FerchWork on XmlDocument and XmlTextWriter
2002-03-08 Jason DiamondUpdated XmlAttribute so that it can have child nodes...
2002-03-08 Kral FerchXmlNodeListChildren implements XmlNodeList for XmlNode...
2002-03-07 Kral Ferchrewrote XmlNode with touchups to XmlDocument, XmlElemen...
2002-03-03 Jason DiamondImplemented all of the CreateElement and CreateAttribut...
2002-03-03 Jason DiamondGot attributes and text nodes working while loading...
2002-02-28 Jason DiamondReformatted, added missing members, and MonoTODO attrib...
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...
2001-11-29 Daniel Weber* XmlAttribute.cs re-arrange source file to put attribu...
2001-11-22 Daniel WeberImplement NextSibling, PreviousSibling, RemoveAll,...
2001-11-20 Daniel WeberAdd constructor
2001-11-19 Daniel Weberfinish adding stubs to begin work on XmlDocuemnt.Load...