Represents a text node.
[Visual Basic] Public Class XmlText Inherits XmlNode [C#] public class XmlText : XmlNode [C++] public __gc class XmlText : public XmlNode [JScript] public class XmlText extends XmlNode
This class represents text occuring between markup elements.
The XmlText class has no public constructors. Instances of XmlText are created using the CreateText and AddText methods.
Namespace: System.Xml
Assembly: System.dll