DOMDocument->createElementNS

(no version information, might be only in CVS)

DOMDocument->createElementNS --  Crea un nuovo nodo elemento nello spazio dei nomi associato

Descrizione

object DomDocument->createElementNS ( string namespaceURI, string qualifiedName )

Questa funzione resituisce una nuova istanza della classe DOMElement. Il nome del tag ed il prefisso dell'elemento sono determinati dal valore fornito nel parametro qualifiedName. L'URI dello spazio dei nomi รจ indicato dal parametro namespaceURI. This node will not show up in the document unless it is inserted with e.g. DOMNode->appendChild().

Restituisce FALSE se si verifica un errore.

Vedere anche DOMNode->appendChild(), DOMDocument->createAttributeNS(), DOMDocument->createElement(), DOMDocument->createAttribute() e DOMDocument->createComment().

Hosting by: hurra.com
Generated: 2007-01-26 17:56:40