DOMDocument->createTextNode()

(no version information, might be only in CVS)

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

Descripción

class DOMDocument {

DOMText createTextNode ( string content )

}

This function creates a new instance of class DOMText. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild().

Lista de parámetros

content

The content of the text.

Valores retornados

The new DOMText or FALSE if an error occured.

Ver también

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

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