NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlCData Class

Represents a CDATA node.

Object
   XmlNode
      XmlText
         XmlCData

[Visual Basic]
Public Class XmlCData
   Inherits XmlText
[C#]
public class XmlCData : XmlText
[C++]
public __gc class XmlCData : public XmlText
[JScript]
public class XmlCData extends XmlText

Remarks

This class represents an XML character data element of the form

The XmlCData class has no public constructors. Instances of XmlCData are created using the CreateCData and AddCData methods.

Note that the XmlCData class derives from the XmlText class such that applications that give no special treatment to CDATA elements can treat them as text.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlCData Members | System.Xml Namespace