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