(no version information, might be only in CVS)
DOMCharacterData->deleteData() --
Remove a range of characters from the node
Description
class
DOMCharacterData {
void
deleteData ( int offset, int count )
}
Deletes count characters starting from position
offset.