DOMDocument->createElementNS()(no version information, might be only in CVS) DOMDocument->createElementNS() -- Create new element node with an associated namespaceDescripciónclass DOMDocument {DOMElement createElementNS ( string namespaceURI, string qualifiedName [, string value] ) } This function creates a new element node with an associated namespace. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild(). Lista de parámetros
Exceptions
Ejemplos
Ver también
|
||||||||||||||||||||