DOMNode->cloneNode
(no version information, might be only in CVS)
DOMNode->cloneNode --
Clones a node
Description
object
DOMNode->cloneNode ( [bool deep])
Creates a copy of the node. The paramter deep
indicates wether to copy all descedant nodes. This paramter is
defaulted to FALSE.