* @param offset the position of the first character to be deleted
* @param count the number of characters to be deleted
*/
public void jsxFunction_deleteData(final int offset, final int count) {
final DomCharacterData domCharacterData = (DomCharacterData) getDomNodeOrDie();
domCharacterData.deleteData(offset, count);
}
/**
* Insert a string into character data.
* @param offset the position within the first character at which