DOMDocument->createAttributeNS

(no version information, might be only in CVS)

DOMDocument->createAttributeNS --  Crea un nuovo nodo attributo all'interno dello spazio dei nomi associato

Descrizione

object DOMDocument->createAttributeNS ( string namespaceURI, string qualifiedName )

Questa funzione restituisce una nuova istanza della classe DOMAttr. Il nome del tag e il prefisso dell'attributo sono determinati dai valori del parametro qualifiedName. L'URI dello spazio dei nomi รจ indicato da 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 DOMDocument->createElementNS(), DOMNode->appendChild(), DOMDocument->createElement(), DOMDocument->createTextNode() e DOMDocument->createAttribute().

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