XmlCharacterData.ReplaceData Method
| Explanation | Replace a string | |
| Call format | cd.ReplaceData( offset, count, text ) | |
| Return value | None | |
| Arguments | integer offset | Position to replace (specified by the number of characters) |
| integer count | Replacement length (specified by the number of characters) | |
| String text | New string | |
| Exception | DOM-1 | INDEX_SIZE_ERR |
| DOM-7 | NO_MODIFICATION_ALLOWED_ERR | |
| Example of use | | |
| Related item | XmlText class | |