DOMDocument->createTextNode()

DOMDocument->createTextNode() -- Create new text node

Opis

class DOMDocument {

DOMText createTextNode ( string content )

}

This function creates a new instance of class DOMText. Ten węzeł nie pojawi się w dokumencie dopóki nie zostanie wstawiony, np. metodą DOMNode->appendChild().

Parametry

content

The content of the text.

Zwracane wartości

The new DOMText or FALSE if an error occured.

Patrz także

DOMNode->appendChild()
DOMDocument->createAttribute()
DOMDocument->createAttributeNS()
DOMDocument->createCDATASection()
DOMDocument->createComment()
DOMDocument->createDocumentFragment()
DOMDocument->createElement()
DOMDocument->createElementNS()
DOMDocument->createEntityReference()
DOMDocument->createProcessingInstruction()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:43