(no version information, might be only in CVS)
DOMCharacterData->replaceData() -- 
   Replace a substring within the DOMCharacterData node
  
Description
class 
DOMCharacterData { 
void 
replaceData ( int offset, int count, string data )
}
   Replace count characters starting from position 
   offset with data.