説明 |
文字列を置き換えます。 |
|
呼出形式 |
cd.ReplaceData( offset, count, text ) |
|
戻り値 |
なし |
|
引数 |
integer offset |
置き換える位置(文字数で指定) |
|
integer count |
置き換える長さ(文字数で指定) |
|
String text |
新しい文字列 |
例外 |
DOM-1 |
INDEX_SIZE_ERR |
|
DOM-7 |
NO_MODIFICATION_ALLOWED_ERR |
使用例 |
var text = elm.FirstChild; text.ReplaceData(10, 3, "new text");
|
|
関連項目 |
XmlTextクラス |