[This is preliminary documentation and is subject to change.]
The CDATASection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AppendChild |
Appends a new child node.
(Inherited from Node.) | |
| AppendData |
Appends the specified data.
(Inherited from CharacterData.) | |
| CloneNode |
Clones this node.
(Inherited from Node.) | |
| DeleteData |
Deletes the substring of the specified length at the specified offset.
(Inherited from CharacterData.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWebKitObject |
Gets the underlying WebKit IDOMNode object.
(Inherited from Node.) | |
| InsertBefore |
Inserts a new node before an existing child node.
(Inherited from Node.) | |
| InsertData |
Inserts the specified data at the specified offset of the original data.
(Inherited from CharacterData.) | |
| IsEqualNode |
Checks if a node is equal to this one.
(Inherited from Node.) | |
| IsSameNode |
Checks if a node is the same as this one.
(Inherited from Node.) | |
| IsSupported |
Checks whether a specified feature is supported on this node.
(Inherited from Node.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveChild |
Removes a child node.
(Inherited from Node.) | |
| ReplaceChild |
Replaces a child node with a new node.
(Inherited from Node.) | |
| ReplaceData |
Replaces the substring of the specified length at the specified offset with a new string.
(Inherited from CharacterData.) | |
| SplitText |
Splits the text node into two nodes at the specified offset.
(Inherited from Text.) | |
| SubstringData |
Gets a substring of the specified length at the specified offset of the data.
(Inherited from CharacterData.) | |
| ToString | (Inherited from Object.) |