System.Xml.XmlCharacterData Members

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

See Also: Inherited members from System.Xml.XmlLinkedNode

Protected Constructors

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

Public Properties

Datastring.

Contains the data of the node.

override
InnerTextstring.

Gets or sets the concatenated values of the node and all the children of the node.

[read-only]
Lengthint.

Gets the length of the data, in characters.

override
Valuestring.

Gets or sets the value of the node.

Public Methods

AppendData(string)

Appends the specified string to the end of the character data of the node.

DeleteData(int, int)

Removes a range of characters from the node.

InsertData(int, string)

Inserts the specified string at the specified character offset.

ReplaceData(int, int, string)

Replaces the specified number of characters starting at the specified offset with the specified string.

Substring(int, int) : string

Retrieves a substring of the full string from the specified range.