System.Xml.XmlCDataSection Members

The members of System.Xml.XmlCDataSection are listed below.

See Also: Inherited members from System.Xml.XmlCharacterData

Protected Constructors

Initializes a new instance of the System.Xml.XmlCDataSection class.

Public Properties

[read-only]
override
LocalNamestring.

Gets the local name of the node.

[read-only]
override
Namestring.

Gets the qualified name of the node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[read-only]
override
ParentNodeXmlNode. Documentation for this section has not yet been entered.

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

override
WriteContentTo(XmlWriter)

Saves the children of the node to the specified System.Xml.XmlWriter.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter.