PHP-manual | ||
---|---|---|
Föregående | Nästa |
(no version information, might be only in CVS)
DomNode->add_namespace -- Adds a namespace declaration to a nodeThis method adds a namespace declaration to a node.
Not: This method is not part of the DOM specification.
You can set the namespace URI and prefix of a DOMElement or a DOMAttr at creation time by using DOMDocument->createElementNS() or DOMDocument->createAttributeNS().
Not: Remember the an attribute does not inherit its namespace from the element it is attached to.
Föregående | Hem | Nästa |
DomElement->tagname() | Upp | DomNode->append_child |