DOMCharacterData->appendData()

(no version information, might be only in CVS)

DOMCharacterData->appendData() --  Append the string to the end of the character data of the node

Descripción

class DOMCharacterData {

void appendData ( string data )

}

Append the string data to the end of the character data of the node.

Lista de parámetros

data

The string to append.

Valores retornados

No value is returned.

Ver también

DOMCharacterData->deleteData()
DOMCharacterData->insertData()
DOMCharacterData->replaceData()
DOMCharacterData->substringData()

Hosting by: hurra.com
Generated: 2007-01-26 18:00:57