2002-03-26 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 26 Mar 2002 15:03:40 +0000 (15:03 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 26 Mar 2002 15:03:40 +0000 (15:03 -0000)
commit46c432f451f5526badc95bd28367c3a1ab063751
treeab7ef3f6a60b3c130758a18f885df1a70d1246c5
parentc58206b2f71a81627a179419d8e4ec0a76b326e7
2002-03-26  Duncan Mak  <duncan@ximian.com>

* XmlCharacterData.cs (InnerText): Implemented. Funny that the
docs say it is the "The concatenated values of the node and all
the children of the node.". I wrote some test programs and
couldn't get any of the derived nodes to AppendChild. For now,
InnerText == Data == Value.

* XmlDeclaration.cs (XmlDeclaration): Fixed the constructor parameter signature.

svn path=/trunk/mcs/; revision=3358
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlCharacterData.cs
mcs/class/System.XML/System.Xml/XmlDeclaration.cs