The members of System.Xml.XmlCharacterData are listed below.
See Also: Inherited members from System.Xml.XmlLinkedNode
Protected Constructors
Public Properties
| Data | string.
Contains the data of the node.
|
override | InnerText | string.
Gets or sets the concatenated values of the node and all the children of the node.
|
[read-only] | Length | int.
Gets the length of the data, in characters.
|
override | Value | string.
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.
|