2002-03-15 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 15 Mar 2002 19:29:58 +0000 (19:29 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 15 Mar 2002 19:29:58 +0000 (19:29 -0000)
commitb1b4a4b438c4ec92851df20da82f4481f6901775
tree96da5f4bef0bf59b326faed158f0681274c17af4
parent1b2cc7767c843d81eb66c2603a6149e2802ec3e6
2002-03-15  Duncan Mak  <duncan@ximian.com>

* XmlEntity.cs: Added to CVS. Need to implement BaseURI and
InnerText once I know what they do.

* XmlDocumentType.cs (XmlDocumentType): Fix the constructor now
that we can properly chain constructors.
(CloneNode): implemented.
(WriteContentTo): Removed MonoTODO attribute as this method has no
effect in this class.

svn path=/trunk/mcs/; revision=3134
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlDocumentType.cs
mcs/class/System.XML/System.Xml/XmlEntity.cs [new file with mode: 0755]
mcs/class/System.XML/System.Xml/XmlNode.cs