downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<DomElement->tagname()DomNode->append_child>
Last updated: Thu, 26 Jun 2008

DomNode->add_namespace

(No version information available, might be only in CVS)

DomNode->add_namespace — Adds a namespace declaration to a node

Description

DOMNode
bool add_namespace ( string $uri , string $prefix )

This method adds a namespace declaration to a node.

Note: This method is not part of the DOM specification.

Parameters

uri

The namespace URI of the node.

prefix

The namespace prefix of the node.

Return Values

Returns TRUE on success or FALSE on failure.

Migrating to PHP 5

You can set the namespace URI and prefix of a DOMElement or a DOMAttr at creation time by using DOMDocument::createElementNS or DOMDocument::createAttributeNS.

Note: Remember the an attribute does not inherit its namespace from the element it is attached to.



add a noteadd a note User Contributed Notes
Adds a namespace declaration to a node
There are no user contributed notes for this page.




<DomElement->tagname()DomNode->append_child>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs