XmlCharacterData.AppendData Method
| Explanation | Add a string | |
| Call format | cd.AppendData( text ) | |
| Return value | None | |
| Arguments | String text | String to add |
| Exception | DOM-7 | NO_MODIFICATION_ALLOWED_ERR |
| Example of use | | |
| Related item | XmlText class | |
| Explanation | Add a string | |
| Call format | cd.AppendData( text ) | |
| Return value | None | |
| Arguments | String text | String to add |
| Exception | DOM-7 | NO_MODIFICATION_ALLOWED_ERR |
| Example of use | | |
| Related item | XmlText class | |