Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

G. Luca Galvani Jazz e Swing Band
La musica per le occasioni che meritano successo. Un servizio musicale impeccabile, che si distingue per eleganza e raffinatezza effettuato da una formazione composta da professionisti del jazz e dello swing.
Mc Labels | Online Fashion E-Boutique
Nella nostra concept boutique si possono trovare i migliori brands già affermati del panorama nazionale e internazionale, come anche nuovi designers, specialmente coloro che lavorano con il made in Italy.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



DOMCharacterData->replaceData

(no version information, might be only in CVS)

DOMCharacterData->replaceData --  Replace a substring within the DOMCharacterData node.

Description

void DOMCharacterData->replaceData ( int offset, int count, string data)

Replace count characters starting from position offset with data. If the sum of offset and count exceeds the length, then all characters to the end of the data are replaced.

Throws DOMExcpetion if offset is negative or greater than the number of characters in data, or if count is negative.