(no version information, might be only in CVS)
DOMCharacterData->insertData --
Inserisce una stringa all'offset indicato
Descrizione
void
DOMCharacterData->insertData ( int offset, string data )
Inserisce la stringa data alla posizione offset.
Genera DOMExcpetion se offset
è negativo o maggiore del numero di unità a 16 bit presenti nel dato.